[MPlayer-cvslog] CVS: main/TOOLS aconvert,1.1,1.2

Oded Shimon CVS syncmail at mplayerhq.hu
Tue Mar 21 07:09:34 CET 2006


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv15121/TOOLS

Modified Files:
	aconvert 
Log Message:
-rawvideo on => -demuxer rawvideo


Index: aconvert
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/aconvert,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aconvert	18 Aug 2005 20:00:57 -0000	1.1
+++ aconvert	21 Mar 2006 06:09:32 -0000	1.2
@@ -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




More information about the MPlayer-cvslog mailing list