summaryrefslogtreecommitdiff
path: root/Docs/gource.sh
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-10 11:41:43 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-10 11:41:43 +0000
commitdc45d9136d110b285cb0bdf6e90655a912c7dc5e (patch)
treed3323556ee0b6bcc6708b1387974315b9500fc74 /Docs/gource.sh
parent7c4c73f1b00bc8ca64fd181662fd9e05b3d4abf5 (diff)
downloadnetsurf-dc45d9136d110b285cb0bdf6e90655a912c7dc5e.tar.gz
netsurf-dc45d9136d110b285cb0bdf6e90655a912c7dc5e.tar.bz2
fix syntax error in gorce visualisation script .
Diffstat (limited to 'Docs/gource.sh')
-rwxr-xr-xDocs/gource.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/gource.sh b/Docs/gource.sh
index 9cea74d8d..9c715be02 100755
--- a/Docs/gource.sh
+++ b/Docs/gource.sh
@@ -33,12 +33,12 @@ case ${TYPE} in
QPARAM="-s 0.25 -i 600 -a 1"
;;
- "lrg"
+ "lrg")
# large overview
QPARAM="-s 0.5 -i 200 -a 5"
;;
- "sml"
+ "sml")
# rapid overview (3mins)
QPARAM="-s 0.04 -i 30 -a 1"
;;
@@ -64,7 +64,7 @@ FILEFILTER="\!NetSurf/|riscos/distribution/|gtk/res/|framebuffer/res/|amiga/reso
#gource -stop-at-end --key 5C--title "NetSurf Development" --highlight-users --max-file-lag -1 -f -1280x720 --seconds-per-day 0.06 --hide mouse,progress,filenames --file-idle-time 20 --disable-bloom --date-format "%e %b %Y" -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset veryslow -crf 1 -threads 0 -bf 0 gource.mp4
# generate
-gource 5C--title "NetSurf Development" -${OUTPUT_SIZE} ${QPARAM} --max-files 10000 --bloom-multiplier 0.10 --bloom-intensity 0.5 --title ${TITLE} --highlight-all-users --output-framerate 25 --hide filenames --stop-at-end --date-format "%d %B %Y" --bloom-intensity 0.2 --file-filter "${FILEFILTER}" --key --camera-mode ${CMODE} --output-ppm-stream - > temp.ppm
+gource --title "NetSurf Development" -${OUTPUT_SIZE} ${QPARAM} --max-files 10000 --bloom-multiplier 0.10 --bloom-intensity 0.5 --title ${TITLE} --highlight-all-users --output-framerate 25 --hide filenames --stop-at-end --date-format "%d %B %Y" --bloom-intensity 0.2 --file-filter "${FILEFILTER}" --key --camera-mode ${CMODE} --output-ppm-stream - > temp.ppm
#convert the ppm to movie
cat temp.ppm | ffmpeg -y -b 2000K -r 25 -f image2pipe -vcodec ppm -i - -vcodec libx264 ${FILENAME}