Skip to content

Instantly share code, notes, and snippets.

@paiv
Created October 3, 2012 12:34
Show Gist options
  • Save paiv/3826701 to your computer and use it in GitHub Desktop.
Save paiv/3826701 to your computer and use it in GitHub Desktop.
ffmpeg Gource PPM output (Win)
ffmpeg -y -i track.mp3 -vcodec ppm -r 72 -f image2pipe -i gource.ppm -vcodec mpeg4 -r 29.97 -preset veryslow -q:v 1 -threads 0 -b:v 10000k -bf 0 -comp_duration 204 -ac 2 -acodec copy output.mp4
ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec wmv1 -r 60 -sameq output.wmv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment