diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-04-26 19:21:47 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-04-26 19:22:50 +0530 |
commit | d57104e6983b02c37c221b3d7a7aa2923e557ba4 (patch) | |
tree | c78a9c20e5beb863bd2ab896b5f936bcccb82c37 /doc/muxers.texi | |
parent | b24488e7277af2a4b77a33fa795b4df5979b0fcd (diff) | |
download | ffmpeg-d57104e6983b02c37c221b3d7a7aa2923e557ba4.tar.gz |
doc/muxers: add entry for ALP muxer
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 4ad41a0988..692c2a41a7 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -65,6 +65,37 @@ ID3v2.3 and ID3v2.4) are supported. The default is version 4. @end table +@anchor{alp} +@section alp + +Muxer for audio of High Voltage Software's Lego Racers game. It accepts a single ADPCM_IMA_ALP stream +with no more than 2 channels nor a sample rate greater than 44100 Hz. + +Extensions: tun, pcm + +@subsection Options + +It accepts the following options: + +@table @option + +@item type @var{type} +Set file type. + +@table @samp +@item tun +Set file type as music. Must have a sample rate of 22050 Hz. + +@item pcm +Set file type as sfx. + +@item auto +Set file type as per output file extension. @code{.pcm} results in type @code{pcm} else type @code{tun} is set. @var{(default)} + +@end table + +@end table + @anchor{asf} @section asf |