SPACES PEOPLE

This commit is contained in:
Dale Weiler 2013-03-15 22:53:00 +00:00
parent dfca3743f9
commit 11255058cf

View file

@ -87,22 +87,22 @@ endif
#gource flags #gource flags
GOURCEFLAGS= \ GOURCEFLAGS= \
--date-format "%d %B, %Y" \ --date-format "%d %B, %Y" \
--seconds-per-day 0.01 \ --seconds-per-day 0.01 \
--auto-skip-seconds 1 \ --auto-skip-seconds 1 \
--title "GMQCC" \ --title "GMQCC" \
-1280x720 -1280x720
#ffmpeg flags for gource #ffmpeg flags for gource
FFMPEGFLAGS= \ FFMPEGFLAGS= \
-y \ -y \
-r 60 \ -r 60 \
-f image2pipe \ -f image2pipe \
-vcodec ppm \ -vcodec ppm \
-i - \ -i - \
-vcodec libx264 \ -vcodec libx264 \
-preset ultrafast \ -preset ultrafast \
-crf 1 \ -crf 1 \
-threads 0 \ -threads 0 \
-bf 0 -bf 0
#splint flags #splint flags
SPLINTFLAGS = \ SPLINTFLAGS = \