Created
July 26, 2021 12:14
-
-
Save famoser/628db7f14f6673dfb05ef4c434239d6b to your computer and use it in GitHub Desktop.
gource to mp4
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 -s 1 -1280x720 --auto-skip-seconds .5 --multi-sampling --stop-at-end --hide mouse,progress --file-idle-time 0 --title "famoser/pdf-generator" --output-ppm-stream - --output-framerate 30 | ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i - -b 65536K movie.mp4 && ffmpeg -i movie.mp4 -b:v 3048780 -vcodec libx264 -crf 24 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment