Skip to content

Instantly share code, notes, and snippets.

@franciscoj
Created September 9, 2010 07:41
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 franciscoj/571542 to your computer and use it in GitHub Desktop.
Save franciscoj/571542 to your computer and use it in GitHub Desktop.
how to convert a mov video to flv using flvtool2 gem to set the metadata
# this is how to convert a mov video to flv using flvtool2 gem to set the metadata
ffmpeg -i film.mov -ar 44100 -ab 192k -b 400k -s 320x240 -aspect 4:3 -f flv - | flvtool2 -U stdin film.flv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment