Created
April 13, 2012 18:36
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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