summaryrefslogtreecommitdiff
path: root/vencode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vencode.sh')
-rwxr-xr-xvencode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vencode.sh b/vencode.sh
index 472fc06..2b8233e 100755
--- a/vencode.sh
+++ b/vencode.sh
@@ -11,7 +11,7 @@ cd $(dirname $0)/www/dump/video
ffmpeg() {
set -x
- command ${FFMPEG} -n -threads ${THREADS} ${FFMPEG_FLAGS} "$@"
+ command ${FFMPEG} -threads ${THREADS} ${FFMPEG_FLAGS} "$@"
set +x
}