Skip to content

Instantly share code, notes, and snippets.

@jcalonso
Created July 17, 2013 08:35
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 jcalonso/6018847 to your computer and use it in GitHub Desktop.
Save jcalonso/6018847 to your computer and use it in GitHub Desktop.
Convert from mpg or mov to flv with nice quality
ffmpeg -i <filename.mpg> -deinterlace -ar 44100 -r 25 -qmin 3 -qmax 6 <filename.flv>
source: http://www.johnrockefeller.net/using-ffmpeg-to-convert-mpg-or-mov-to-flv/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment