Created
August 10, 2022 11:24
-
-
Save wcmatthysen/539fb4b9a7fa4890f8288aea3ec75090 to your computer and use it in GitHub Desktop.
Re-encode H.264 to H.265 video
This file contains 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 -hwaccel cuda -i input.mp4 -c:v hevc_nvenc -vtag hvc1 -preset slow -c:a copy output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment