Skip to content

Instantly share code, notes, and snippets.

@emjayoh
Created November 17, 2021 18:10
Show Gist options
  • Save emjayoh/fa6fc4cef35d6af16fa80fc158cb3cee to your computer and use it in GitHub Desktop.
Save emjayoh/fa6fc4cef35d6af16fa80fc158cb3cee to your computer and use it in GitHub Desktop.
[convert h.264 to h.265 hevc] use ffmpeg #conversion #video
ffmpeg -i input.mp4 -c:v libx265 -vtag hvc1 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment