From 1dd9f4f2e44b17d38c5b109b573e3eb17c13420b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 29 Sep 2019 22:14:05 +0100 Subject: update ingored directories in gource helper --- docs/gource.sh | 4 ++-- 1 file 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} -- cgit v1.2.3