Skip to content

Instantly share code, notes, and snippets.

@KRostyslav
Created July 18, 2022 07:25
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 KRostyslav/adaad5bf8381237082fc47113be04847 to your computer and use it in GitHub Desktop.
Save KRostyslav/adaad5bf8381237082fc47113be04847 to your computer and use it in GitHub Desktop.
gource
gource --seconds-per-day 1  -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset veryslow  -pix_fmt yuv420p -crf 22 -threads 0 -bf 0 video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment