Skip to content

Instantly share code, notes, and snippets.

@codewisdom
Created May 1, 2019 01:20
Show Gist options
  • Save codewisdom/64b83ba694b0371c3d65d880b4ce2ca2 to your computer and use it in GitHub Desktop.
Save codewisdom/64b83ba694b0371c3d65d880b4ce2ca2 to your computer and use it in GitHub Desktop.
Quicktime Compatible ffmpeg conversion
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