From aa6943767de4902e5b29e9952e252a1e75aac7ac Mon Sep 17 00:00:00 2001 From: ods15 Date: Tue, 21 Mar 2006 06:09:32 +0000 Subject: -rawvideo on => -demuxer rawvideo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/aconvert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/aconvert b/TOOLS/aconvert index 70591d4887..bbaef5523e 100755 --- a/TOOLS/aconvert +++ b/TOOLS/aconvert @@ -14,4 +14,4 @@ else options=$3 fi -mencoder -rawvideo on:w=1:h=1 -ovc copy -of rawaudio -endpos `mplayer -identify $1 -frames 0 2>&1 | grep ID_LENGTH | cut -d "=" -f 2` -audiofile $1 -o $2 $options $1 +mencoder -demuxer rawvideo -rawvideo w=1:h=1 -ovc copy -of rawaudio -endpos `mplayer -identify $1 -frames 0 2>&1 | grep ID_LENGTH | cut -d "=" -f 2` -audiofile $1 -o $2 $options $1 -- cgit v1.2.3