From 1ba5a8f283e3894158f12f025035903e13d0f8ae Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Sep 2012 20:13:12 +0200 Subject: rawaudio: use mplayer audio format for format option The rawaudio demuxer had a rather hard to use way to set the audio format with the --rawaudio=format=value option. The user had to pass a numeric value, which then was set as wFormatTag member in the WAVEFORMATEX header. Make it use the mplayer audio format (the same as --af=format=value). Add a new internal pseudo audio codec tag, which is hopefully unused, which makes ad_pcm use the value in wFormatTag as internal mplayer audio format. Playing non-PCM formats is disabled. (At least AC3 can be played directly.) --- DOCS/man/en/options.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 0772bc2f76..127b3ffe5d 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1521,16 +1521,13 @@ --rawaudio= This option lets you play raw audio files. You have to use ``--demuxer=rawaudio`` as well. It may also be used to play audio CDs - which are not 44kHz 16-bit stereo. For playing raw AC-3 streams use - ``--rawaudio=format=0x2000 --demuxer=rawaudio``. + which are not 44kHz 16-bit stereo. Available options are: :channels=: number of channels :rate=: rate in samples per second - :samplesize=: sample size in bytes - :bitrate=: bitrate for rawaudio files - :format=: fourcc in hex + :format=: mplayer audio format (e.g. s16le) --rawvideo= This option lets you play raw video files. You have to use -- cgit v1.2.3