diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2024-03-29 12:47:25 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-04-02 19:48:28 +0200 |
commit | 3e4f0b07de0a9bb48a1a179efbbe0a4d231e8262 (patch) | |
tree | bcec01bf21c27394f3725c72a9aa68d83cddf386 | |
parent | 06f17cc9cec1f6c2f939b50c8647d3b44e4f3c1e (diff) | |
download | ffmpeg-3e4f0b07de0a9bb48a1a179efbbe0a4d231e8262.tar.gz |
doc/muxers: add stub for iamf
-rw-r--r-- | doc/muxers.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index f300f8c45f..450f72a73c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -2515,6 +2515,21 @@ Ignore IO errors during open, write and delete. Useful for long-duration runs wi Set custom HTTP headers, can override built in default headers. Applicable only for HTTP output. @end table +@section iamf +Immersive Audio Model and Formats (IAMF) muxer. + +IAMF is used to provide immersive audio content for presentation on a wide range +of devices in both streaming and offline applications. These applications +include internet audio streaming, multicasting/broadcasting services, file +download, gaming, communication, virtual and augmented reality, and others. In +these applications, audio may be played back on a wide range of devices, e.g., +headphones, mobile phones, tablets, TVs, sound bars, home theater systems, and +big screens. + +This format was promoted and desgined by Alliance for Open Media. + +For more information about this format, see @url{https://aomedia.org/iamf/}. + @anchor{ico} @section ico |