mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
make: gource flags: add
--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
This commit is contained in:
parent
8e122d78be
commit
54c89e485a
1 changed files with 10 additions and 0 deletions
10
Makefile
10
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 \
|
||||
|
|
Loading…
Reference in a new issue