Skip to content

Instantly share code, notes, and snippets.

@jbuchbinder
Created September 25, 2015 13:02
Show Gist options
  • Save jbuchbinder/6b10820cfc5b97657d15 to your computer and use it in GitHub Desktop.
Save jbuchbinder/6b10820cfc5b97657d15 to your computer and use it in GitHub Desktop.
ffmpeg snippet to fix aspect ratio in MP4 files
ffmpeg -i input.mp4 -vcodec copy -acodec copy -aspect 3:2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment