Created
May 1, 2019 01:20
-
-
Save codewisdom/64b83ba694b0371c3d65d880b4ce2ca2 to your computer and use it in GitHub Desktop.
Quicktime Compatible ffmpeg conversion
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 -I in.mov -c:v libx265 -preset slow -crf 26 -vtag hvc1 -c:a aac -map_metadata 0 out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment