Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
nakov committed Dec 2, 2020
2 parents d665909 + 99f8172 commit 4530da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ These are the `ffmpeg` settings to achieve similar results (for less encoding ti

```
1080p (1000-1200kbps)
ffmpeg.exe -hwaccel cuvid -hwaccel_output_format cuda -c:v h264_cuvid resize 1920x1080 -i input.mp4 -c:v h264_nvenc -r 30 -g 60 -rc vbr -cq 34 -c:a aac -b:a 192k -y sample-1080p.mp4
ffmpeg.exe -hwaccel cuvid -hwaccel_output_format cuda -c:v h264_cuvid -resize 1920x1080 -i input.mp4 -c:v h264_nvenc -r 30 -g 60 -rc vbr -cq 34 -c:a aac -b:a 192k -y sample-1080p.mp4
720p (600-800 kbps)
ffmpeg.exe -hwaccel cuvid -hwaccel_output_format cuda -c:v h264_cuvid -resize 1280x720 -i input.mp4 -c:v h264_nvenc -r 30 -g 60 -rc vbr -multipass fullres -cq 34 -c:a aac -b:a 128k -y sample-720p.mp4
Expand Down

0 comments on commit 4530da0

Please sign in to comment.