# HG changeset patch # User gabucino # Date 1007746937 0 # Node ID 45865d6538a1c28a38d8c637ab19512337acba6d # Parent 963c109b0b7e25dfb3b71441488e80018c99d36e -dumpstream added diff -r 963c109b0b7e -r 45865d6538a1 DOCS/Hungarian/mplayer.1 --- a/DOCS/Hungarian/mplayer.1 Fri Dec 07 15:40:13 2001 +0000 +++ b/DOCS/Hungarian/mplayer.1 Fri Dec 07 17:42:17 2001 +0000 @@ -43,6 +43,7 @@ .RB [ \-ss\ másodperc ] .RB [ \-dumpaudio ] .RB [ \-dumpvideo ] +.RB [ \-dumpstream ] .RB [ \-noframedrop ] .RB [ \-framedrop ] .RB [ \-nodouble ] @@ -381,6 +382,10 @@ a file-ban található audio kimentése a ./stream.dump file-ba (leginkább mpeg/ac3-mal használható) .TP +.B \-dumpstream +az egész stream-et kiírja a ./stream.dump file-ba. +Hasznos például DVD rippelésnél. +.TP .B \-noframedrop képkockaeldobás kikapcsolása : minden képkocka lejátszásra kerül, igy az audio és video szinkron elcsúszhat (alapértelmezés) diff -r 963c109b0b7e -r 45865d6538a1 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Fri Dec 07 15:40:13 2001 +0000 +++ b/DOCS/mplayer.1 Fri Dec 07 17:42:17 2001 +0000 @@ -43,6 +43,7 @@ .RB [ \-ss\ time ] .RB [ \-dumpaudio ] .RB [ \-dumpvideo ] +.RB [ \-dumpstream ] .RB [ \-noframedrop ] .RB [ \-framedrop ] .RB [ \-nodouble ] @@ -394,6 +395,10 @@ writes audio stream of the file to ./stream.dump (mostly usable with mpeg/ac3) .TP +.B \-dumpstream +dumps the file to ./stream.dump . Useful for example +when ripping from DVD. +.TP .B \-noframedrop no frame dropping : every frame is played, audio and video may be out of sync (default)