comparison DOCS/man/en/mplayer.1 @ 11971:93d7290b0be9

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!!!
author rfelker
date Tue, 17 Feb 2004 14:52:59 +0000
parents 4f4b81257d19
children 1262c5ff9f0b
comparison
equal deleted inserted replaced
11970:38fd3979872b 11971:93d7290b0be9
5284 .B Encoding from tuner 5284 .B Encoding from tuner
5285 mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw 5285 mencoder \-tv driver=v4l:width=640:height=480 tv:// \-o tv.avi \-ovc raw
5286 .TP 5286 .TP
5287 .B Encoding from a pipe 5287 .B Encoding from a pipe
5288 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 \- 5288 rar p test-SVCD.rar | mencoder \-ovc divx4 \-divx4opts br=800 \-ofps 24 \-
5289 .TP
5290 .B Encoding multiple *.vob files
5291 cat *.vob | mencoder <options> \-
5292 . 5289 .
5293 . 5290 .
5294 .\" -------------------------------------------------------------------------- 5291 .\" --------------------------------------------------------------------------
5295 .\" Bugs, authors, standard disclaimer 5292 .\" Bugs, authors, standard disclaimer
5296 .\" -------------------------------------------------------------------------- 5293 .\" --------------------------------------------------------------------------