Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created March 15, 2016 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amadeus/16808035ce85e88aa541 to your computer and use it in GitHub Desktop.
Save amadeus/16808035ce85e88aa541 to your computer and use it in GitHub Desktop.

Vidyas

To make an MOV an MPEG, plz to use the following command:

ffmpeg -i in.mov -f mpeg1video -vf "crop=iw-mod(iw\,2):ih-mod(ih\,2)" -vb 5000k out.mpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment