mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 22:11:22 +03:00
update ingored directories in gource helper
This commit is contained in:
parent
ff7dd5419f
commit
1dd9f4f2e4
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user