Skip to content

Instantly share code, notes, and snippets.

@yaph
Created April 13, 2012 18:36
Show Gist options
  • Save yaph/2379025 to your computer and use it in GitHub Desktop.
Save yaph/2379025 to your computer and use it in GitHub Desktop.
create a 480p video with 60 frames/s and max time scale with gource
gource --auto-skip-seconds 1 --seconds-per-day 1 --time-scale 4 -640x480 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -vpre ultrafast -crf 1 -threads 0 -bf 0 gource_480p60.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment