From 50ff1ca5b7b0dfa587f1648b013285b160da8c2a Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Oct 2003 18:44:41 +0000 Subject: -vop ---> -vf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11262 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/mencvcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS/mencvcd') diff --git a/TOOLS/mencvcd b/TOOLS/mencvcd index 7be9d73aeb..bfbaa14cee 100755 --- a/TOOLS/mencvcd +++ b/TOOLS/mencvcd @@ -162,7 +162,7 @@ function usage() { echo "128 starting from 3:00 with frame rate 29.97 fps and input video norm NTSC" echo "and output frame rate 23.98 fps because of the 3:2 pulldown method in NTSC." echo - echo "'$HOWCALLED bj -size 640x272 -vop expand=640:480:0:104:0 \\" + echo "'$HOWCALLED bj -size 640x272 -vf expand=640:480:0:104:0 \\" echo " -cdsize 645 -noburn bj.avi'" echo "this example above shows you, how to deal with movies which are not" echo "created with aspect ratios of 4:3 or 16:9." @@ -296,7 +296,7 @@ while [ "$1"x != "x" ]; do shift 1 ;; -sid) # mplayer option: have to set vop expand, too!!! - sub="-vop pp,expand=-1:-1:-1:-1:1 -sid $2" + sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2" shift 1 ;; -size) -- cgit v1.2.3