mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
SPACES PEOPLE
This commit is contained in:
parent
dfca3743f9
commit
11255058cf
1 changed files with 14 additions and 14 deletions
28
Makefile
28
Makefile
|
@ -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 = \
|
||||||
|
|
Loading…
Reference in a new issue