Skip to content

Instantly share code, notes, and snippets.

@ssg
Last active December 14, 2015 21:49
Show Gist options
  • Save ssg/5153617 to your computer and use it in GitHub Desktop.
Save ssg/5153617 to your computer and use it in GitHub Desktop.
@echo off
rem this creates a youtube compatible ppm stream for ffmpeg with gource
rem usage: gource4youtube <ppmfile> <logofile> <bgcolorhex>
set GOURCE_DIR=d:\gource
%GOURCE_DIR%\gource -1280x720 -s 0.01 --colour-images -r 30 --stop-at-end -o "%1" --max-files 0 --logo "%2" --user-scale 1.5 --highlight-users -b %3 --hide filenames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment