Skip to content

Instantly share code, notes, and snippets.

@sageworksstudio
Created June 8, 2016 20:46
Show Gist options
  • Save sageworksstudio/f3eac5c43b8801aee3e57697128e85b4 to your computer and use it in GitHub Desktop.
Save sageworksstudio/f3eac5c43b8801aee3e57697128e85b4 to your computer and use it in GitHub Desktop.
ffmpeg mov to mp4
ffmpeg -i <file.mov> -vcodec copy -acodec aac -strict experimental -ab 128k <file.mp4>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment