This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

vidcompress: put the loglevel back to warning

forgot to switch this back after testing

+2 -2
+2 -2
scritps/vidcompress
··· 56 56 bitrate="$(fend floor \("${VIDCOMP_TARGET_SIZE} * 8388.608 / ${secs}" - \("${a_bitrate}" / 1000\)\))" 57 57 58 58 59 - ffmpeg -hide_banner -loglevel info \ 59 + ffmpeg -hide_banner -loglevel warning \ 60 60 -i "${VIDCOMP_INPUT_FILE}" -c:v "${VIDCOMP_CODEC}" -b:v "${bitrate}k" \ 61 61 ${VIDCOMP_PRESET:+"-preset" "$VIDCOMP_PRESET"} -pass 1 \ 62 62 -an -f null -y /dev/null && \ 63 - ffmpeg -hide_banner -loglevel info \ 63 + ffmpeg -hide_banner -loglevel warning \ 64 64 -i "${VIDCOMP_INPUT_FILE}" -c:v "${VIDCOMP_CODEC}" -b:v "${bitrate}k" \ 65 65 ${VIDCOMP_PRESET:+"-preset" "$VIDCOMP_PRESET"} -pass 2 \ 66 66 -c:a copy "${VIDCOMP_OUTPUT_FILE}"