summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-29 22:14:05 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-29 22:14:05 +0100
commit1dd9f4f2e44b17d38c5b109b573e3eb17c13420b (patch)
tree8ff999f43cd798bcddcf2770073bd89672fe3382
parentff7dd5419f0f7ae11846227bb65454d4b311f105 (diff)
downloadnetsurf-1dd9f4f2e44b17d38c5b109b573e3eb17c13420b.tar.gz
netsurf-1dd9f4f2e44b17d38c5b109b573e3eb17c13420b.tar.bz2
update ingored directories in gource helper
-rwxr-xr-xdocs/gource.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gource.sh b/docs/gource.sh
index a1fbcbe13..6f12b3ddb 100755
--- a/docs/gource.sh
+++ b/docs/gource.sh
@@ -23,7 +23,7 @@ OUTPUT_SIZE="1280x720"
# HD widescreen 1080p
#OUTPUT_SIZE="1280x1080"
-TMP_DIR=/net/holly/srv/video/Unsorted/
+TMP_DIR=/home/video/gource/
######################################################################
@@ -60,7 +60,7 @@ TMP_PPM=${TMP_DIR}/${TITLE}-gource-${TYPE}-${OUTPUT_SIZE}-${CMODE}.ppm
FILENAME=${TITLE}-gource-${TYPE}-${OUTPUT_SIZE}-${CMODE}.mp4
# filter some directories which are not interesting
-FILEFILTER="\!NetSurf/|riscos/distribution/|gtk/res/|framebuffer/res/|amiga/resources/|beos/res/|cocoa/res/|windows/res/|atari/res"
+FILEFILTER="\!NetSurf/|riscos/distribution/|gtk/res/|framebuffer/res/|amiga/resources/|beos/res/|cocoa/res/|windows/res/|atari/res|riscos/appdir/"
# generate
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 - > ${TMP_PPM}