diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-27 20:53:29 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-27 20:53:29 +0000 |
commit | a47b9d11f6eb4d9d11bdb076250b60d6a52890ab (patch) | |
tree | 6b8c6f0ed9ef06754302d88029bc34aa6d43beb9 /DOCS/man | |
parent | 51b500634b8a8cac976bc1de87b56be77af181f2 (diff) |
Improve ao_mpegpes description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19206 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index e77d689d96..95fc9d4dc7 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2266,16 +2266,14 @@ Creative DXR2 specific output driver . .TP .B mpegpes (DVB only) -DVB specific output driver -. +Audio output driver for DVB cards that writes the output to an MPEG-PES +file if no DVB card is installed. .PD 0 .RSs .IPs card=<1\-4> -card number to use +DVB card to use if more than one card is present. .IPs file=<filename> -Name of the file that will contain the dump of the stream sent to this device. -If the DVB interface is not available at compile-time and no :file option is -specified at run-time the file name will be audiograb.mpg. +output filename (default: ./audiograb.mpg) .RE .PD 1 . @@ -3406,7 +3404,7 @@ if no DVB card is installed. Specifies the device number to use if you have more than one DVB output card (V3 API only, such as 1.x.y series drivers). .IPs <filename> -Allows specifying the output filename (default: ./grab.mpg). +output filename (default: ./grab.mpg) .RE .PD 1 . |