# HG changeset patch # User ods15 # Date 1142921372 0 # Node ID 433494f162a97ae8dc6e2db5381e1beee5967abe # Parent 0c17a2c4460df740845e24415553c823f562873e -rawvideo on => -demuxer rawvideo diff -r 0c17a2c4460d -r 433494f162a9 TOOLS/aconvert --- a/TOOLS/aconvert Tue Mar 21 05:36:10 2006 +0000 +++ b/TOOLS/aconvert Tue Mar 21 06:09:32 2006 +0000 @@ -14,4 +14,4 @@ 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