Skip to content

Instantly share code, notes, and snippets.

@andreagalle
Created April 12, 2020 00:56
Show Gist options
  • Save andreagalle/d7bf597d5156e8a0e24ef4c25a670744 to your computer and use it in GitHub Desktop.
Save andreagalle/d7bf597d5156e8a0e24ef4c25a670744 to your computer and use it in GitHub Desktop.
convert .mov video to .mp4 with ffmpeg
ffmpeg -i $1.mov -vcodec h264 -acodec aac -strict -2 $1.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment