mirror of https://github.com/mpv-player/mpv
-rawvideo on => -demuxer rawvideo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0e4ebf5383
commit
aa6943767d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue