Mercurial > mplayer.hg
changeset 17905:433494f162a9
-rawvideo on => -demuxer rawvideo
author | ods15 |
---|---|
date | Tue, 21 Mar 2006 06:09:32 +0000 |
parents | 0c17a2c4460d |
children | 20aca9baf5d8 |
files | TOOLS/aconvert |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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