Skip to content

Instantly share code, notes, and snippets.

@ha404
Last active November 6, 2015 20:01
Show Gist options
  • Save ha404/0b90dd0b860b8dff4742 to your computer and use it in GitHub Desktop.
Save ha404/0b90dd0b860b8dff4742 to your computer and use it in GitHub Desktop.
convert video files

#Convert .mov to .mp4 with ffmpeg

brew install ffmpeg \
  ffmpeg -i input.mov -vcodec copy -acodec copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment