[FFmpeg-cvslog] doc/muxers: add entry for ALP muxer

Gyan Doshi git at videolan.org
Mon Apr 26 16:54:05 EEST 2021


ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Mon Apr 26 19:39:47 2021 +0530| [d57104e6983b02c37c221b3d7a7aa2923e557ba4] | committer: Gyan Doshi

doc/muxers: add entry for ALP muxer

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d57104e6983b02c37c221b3d7a7aa2923e557ba4
---

 doc/muxers.texi | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

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
 
+ at anchor{alp}
+ at 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
+
+ at subsection Options
+
+It accepts the following options:
+
+ at table @option
+
+ at item type @var{type}
+Set file type.
+
+ at table @samp
+ at item tun
+Set file type as music. Must have a sample rate of 22050 Hz.
+
+ at item pcm
+Set file type as sfx.
+
+ at 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)}
+
+ at end table
+
+ at end table
+
 @anchor{asf}
 @section asf
 



More information about the ffmpeg-cvslog mailing list