Skip to content

Instantly share code, notes, and snippets.

@navicore
Created November 4, 2021 14:21
Show Gist options
  • Save navicore/beb04615d703bfecdf3505940a849d4a to your computer and use it in GitHub Desktop.
Save navicore/beb04615d703bfecdf3505940a849d4a to your computer and use it in GitHub Desktop.
ffmpeg mp4 to mov for apple usable codecs

ffmpeg mp4 to mov for apple usable codecs

ffmpeg -i in.mp4 -f mov out.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment