This repository has no description
0

Configure Feed

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

vidcompress: add missing preset option (-p)

+1
+1
scritps/vidcompress
··· 27 27 h ) usage; exit 0 ;; 28 28 i ) VIDCOMP_INPUT_FILE=$1; shift ;; 29 29 o ) VIDCOMP_OUTPUT_FILE=$1; shift ;; 30 + p ) VIDCOMP_PRESET=$1; shift ;; 30 31 t ) VIDCOMP_TARGET_SIZE=$1; shift ;; 31 32 * ) printf '%s\n' "${0##*/}: -$arg: invalid argument" 1>&2 32 33 usage 1>&2; exit 1 ;;