1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 04:45:33 +00:00

remove 1000000l example that DOES NOT WORK. 9 times out of 10 it will

ruin a/v sync due to the fact that mencoder doesn't have cache and
can't seek!!!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11972 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-02-17 14:52:59 +00:00
parent 6c2ea4dd45
commit 1e30e42de4

View File

@ -5286,9 +5286,6 @@ mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
.TP .TP
.B Encoding from a pipe .B Encoding from a pipe
rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 \- rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 \-
.TP
.B Encoding multiple *.vob files
cat *.vob | mencoder <options> \-
. .
. .
.\" -------------------------------------------------------------------------- .\" --------------------------------------------------------------------------