[vlc-devel] [PATCH] Rawaudio input demux

Jarmo Torvinen jarmo.torvinen at jutel.fi
Tue Apr 28 10:46:16 CEST 2009


Rawaudio demux plugin
-------------------------

files:
0001-Initial-implementation-of-Raw-audio-plugin.patch
0006-rawaud-parameter-names-now-match-the-module-name.patch
0007-rawaud-be-more-verbose-about-default-values.patch

This plugin allows to input raw audio files that are not wrapped into a 
container. Couple of parameters are added
to configure the raw audio input:

"rawaud-channels"       number of audio channels in the raw audio input 
file
"rawaud-samplerate"    Samplerate of the input audio in Hz
"rawaud-fourcc"           "fourcc"-code describing the sample format. eg. 
"s16l"
"rawaud-lang"              ISO639-language code for the audio. This is 
injected to the target output container if supported.

typical usage 

vlc --demux=rawaud input.raw 
vlc --demux=rawaud --rawaud-samplerate=24000 input.raw


Jarmo Torvinen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Initial-implementation-of-Raw-audio-plugin.patch
Type: application/octet-stream
Size: 10606 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090428/4356bac6/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-rawaud-parameter-names-now-match-the-module-name.patch
Type: application/octet-stream
Size: 3043 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090428/4356bac6/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-rawaud-be-more-verbose-about-default-values.patch
Type: application/octet-stream
Size: 1417 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090428/4356bac6/attachment-0002.obj>


More information about the vlc-devel mailing list