tc-video-generic: fixed stacking video filters

master
Pierre Neidhardt 2013-10-25 16:18:33 +02:00
parent cfdc675bbf
commit 947d9d54bd
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ _transcode()
if $OPT_CROP; then
echo "Computing crop values... "
VIDEO_FILTER="-vf $(_cropvalue "$1") $VIDEO_FILTER"
VIDEO_FILTER="-vf $(_cropvalue "$1")"
if $OPT_CROPPREVIEW; then
echo "Generating preview... "
_croppreview "$1"