Skip to content

Instantly share code, notes, and snippets.

@batok
Created May 24, 2010 16:08
Show Gist options
  • Save batok/412063 to your computer and use it in GitHub Desktop.
Save batok/412063 to your computer and use it in GitHub Desktop.
An attempt to produce an flv file from to pictures and a wav file
ffmpeg -loop_input -shortest -r 5 -i /Users/director/dev/sc2s3/screenshot20100520181947485154.png -i /Users/director/dev/sc2s3/screenshot20100521200412106883.png -i /Users/director/dev/sc2s3/output.wav -qscale 3 -g 100 -acodec libfaac -ab 128k /Users/director/dev/sc2s3/narrated-screenshot20100520181947485154.flv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment