]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Merge pull request #102 from matthiaskrgr/cooking
authorDale Weiler <killfieldengine@gmail.com>
Wed, 27 Mar 2013 20:15:00 +0000 (13:15 -0700)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 27 Mar 2013 20:15:00 +0000 (13:15 -0700)
gource stuff

Makefile

index f35de15c608c19e6f7ecb1771f3786dfbe6226ff..6d4a0edfb3ccbe5b512a73ff3687492cec29c1d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,17 @@ GOURCEFLAGS=                  \
     --seconds-per-day 0.01    \
     --auto-skip-seconds 1     \
     --title "GMQCC"           \
+    --key                     \
+    --camera-mode overview    \
+    --highlight-all-users     \
+    --file-idle-time 0        \
+    --hide progress,mouse     \
+    --stop-at-end             \
+    --max-files 99999999999   \
+    --max-file-lag 0.000001   \
+    --bloom-multiplier 1.3    \
     -1280x720
+
 #ffmpeg flags for gource
 FFMPEGFLAGS=                  \
     -y                        \
@@ -190,6 +200,9 @@ splint:
        @  splint $(SPLINTFLAGS) *.c *.h
 
 gource:
+       @ gource $(GOURCEFLAGS)
+
+gource-record:
        @ gource $(GOURCEFLAGS) -o - | ffmpeg $(FFMPEGFLAGS) gource.mp4
 
 depend: