Last active
July 4, 2020 12:00
-
-
Save touhonoob/35bdc4c21f8f52ea60ed862d009bf302 to your computer and use it in GitHub Desktop.
Transcode h265 to h264 using ffmpeg cuda. Lowering 28 results in better quality & bigger file size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -loglevel verbose -hwaccel cuda -i input.mkv -c:v h264_nvenc -pix_fmt yuv444p -rc vbr -cq 28 -qmin 28 -qmax 28 -tune animation output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment