Skip to content

Instantly share code, notes, and snippets.

@famoser
Created July 26, 2021 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save famoser/628db7f14f6673dfb05ef4c434239d6b to your computer and use it in GitHub Desktop.
Save famoser/628db7f14f6673dfb05ef4c434239d6b to your computer and use it in GitHub Desktop.
gource to mp4
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