summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/local/bin/webencode2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/webencode b/dot/local/bin/webencode
index 26c62fc..d471d33 100755
--- a/dot/local/bin/webencode
+++ b/dot/local/bin/webencode
@@ -6,4 +6,4 @@ case $# in
6 2) OUTPUT=$2 ;; 6 2) OUTPUT=$2 ;;
7 *) echo "Usage: $0 <input> [output]" >&2; exit 1 ;; 7 *) echo "Usage: $0 <input> [output]" >&2; exit 1 ;;
8esac 8esac
9exec ffmpeg -hide_banner -i "$INPUT" $CODEC "$OUTPUT" 9exec ffmpeg ${DEBUG:+ -v debug} -hide_banner -i "$INPUT" $CODEC "$OUTPUT"