summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-07-12 13:39:46 +0200
committerJonas Smedegaard <dr@jones.dk>2012-07-12 13:39:46 +0200
commitb9bf3ccf37133aab45fd1a4e8b1f23ea1b95e22d (patch)
treea4c56fb1270582053634899634f98d33378cc114
parent377724a2b7e297ad637406e765ff6bfa3cf36adf (diff)
Enable melt -progress (which also disables interactive keycodes).
-rwxr-xr-xlocalvideowebencode2
1 files changed, 1 insertions, 1 deletions
diff --git a/localvideowebencode b/localvideowebencode
index 9117c86..f303134 100755
--- a/localvideowebencode
+++ b/localvideowebencode
@@ -125,7 +125,7 @@ title=${title:-$stem}
# TODO: Check and fail if all needed tools are not available
# TODO: When verified beneficial, add option real_time=-2
-args_in="${profile:+-profile $profile}${args_in:+ $args_in}"
+args_in="-progress ${profile:+-profile $profile}${args_in:+ $args_in}"
args=" ${bitrate:+b=${bitrate}} ${size:+s=$size} ${aspect:+aspect=$aspect}"
args_audio="ac=2 ar=44100 ab=96k"