1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 00:07:33 +00:00

-dumpaudio option added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@792 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-05-13 22:38:35 +00:00
parent ca4b1ab32f
commit 63df914fc5

View File

@ -40,6 +40,7 @@ mplayer \- Movie Player for Linux
.RB [ \-noxv ] .RB [ \-noxv ]
.RB [ \-forcexv ] .RB [ \-forcexv ]
.RB [ \-ss\ sec ] .RB [ \-ss\ sec ]
.RB [ \-dumpaudio ]
.I - or file .I - or file
.PP .PP
.SH DESCRIPTION .SH DESCRIPTION
@ -203,6 +204,9 @@ disable XVideo hardware acceleration (with SDL only!)
.TP .TP
.B \-forcexv .B \-forcexv
force using XVideo (SDL!) force using XVideo (SDL!)
.TP
.B \-dumpaudio
writes audio stream of the file to ./stream.dump
.IP .IP
.SH "ALPHA/BETA CODE" .SH "ALPHA/BETA CODE"
.TP .TP