1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-26 10:14:33 +00:00

-dumpstream added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3372 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-12-07 17:42:17 +00:00
parent 1968dc5773
commit 45e40129d2
2 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,7 @@ mplayer \- Filmlej
.RB [ \-ss\ másodperc ]
.RB [ \-dumpaudio ]
.RB [ \-dumpvideo ]
.RB [ \-dumpstream ]
.RB [ \-noframedrop ]
.RB [ \-framedrop ]
.RB [ \-nodouble ]
@ -381,6 +382,10 @@ XVideo haszn
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)

View File

@ -43,6 +43,7 @@ mplayer \- Movie Player for Linux
.RB [ \-ss\ time ]
.RB [ \-dumpaudio ]
.RB [ \-dumpvideo ]
.RB [ \-dumpstream ]
.RB [ \-noframedrop ]
.RB [ \-framedrop ]
.RB [ \-nodouble ]
@ -394,6 +395,10 @@ force using XVideo (SDL!)
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)