comparison DOCS/mplayer.1 @ 3371:45865d6538a1

-dumpstream added
author gabucino
date Fri, 07 Dec 2001 17:42:17 +0000
parents cdd3f5ac06b2
children a01b322bab55
comparison
equal deleted inserted replaced
3370:963c109b0b7e 3371:45865d6538a1
41 .RB [ \-noxv ] 41 .RB [ \-noxv ]
42 .RB [ \-forcexv ] 42 .RB [ \-forcexv ]
43 .RB [ \-ss\ time ] 43 .RB [ \-ss\ time ]
44 .RB [ \-dumpaudio ] 44 .RB [ \-dumpaudio ]
45 .RB [ \-dumpvideo ] 45 .RB [ \-dumpvideo ]
46 .RB [ \-dumpstream ]
46 .RB [ \-noframedrop ] 47 .RB [ \-noframedrop ]
47 .RB [ \-framedrop ] 48 .RB [ \-framedrop ]
48 .RB [ \-nodouble ] 49 .RB [ \-nodouble ]
49 .RB [ \-double ] 50 .RB [ \-double ]
50 .RB [ \-stereo\ mode ] 51 .RB [ \-stereo\ mode ]
392 .TP 393 .TP
393 .B \-dumpaudio 394 .B \-dumpaudio
394 writes audio stream of the file to ./stream.dump (mostly usable 395 writes audio stream of the file to ./stream.dump (mostly usable
395 with mpeg/ac3) 396 with mpeg/ac3)
396 .TP 397 .TP
398 .B \-dumpstream
399 dumps the file to ./stream.dump . Useful for example
400 when ripping from DVD.
401 .TP
397 .B \-noframedrop 402 .B \-noframedrop
398 no frame dropping : every frame is played, audio and video may be out of 403 no frame dropping : every frame is played, audio and video may be out of
399 sync (default) 404 sync (default)
400 .TP 405 .TP
401 .B \-framedrop 406 .B \-framedrop