summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-21 06:09:32 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-21 06:09:32 +0000
commitaa6943767de4902e5b29e9952e252a1e75aac7ac (patch)
tree717e02105a943f4614818e1f54fd0623d889b075 /TOOLS
parent0e4ebf5383d85d033ae6a0bab19b931536beb5d2 (diff)
downloadmpv-aa6943767de4902e5b29e9952e252a1e75aac7ac.tar.bz2
mpv-aa6943767de4902e5b29e9952e252a1e75aac7ac.tar.xz
-rawvideo on => -demuxer rawvideo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/aconvert2
1 files changed, 1 insertions, 1 deletions
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