[FFmpeg-devel] [PATCH 1/2] web: add a news entry for IAMF
Anton Khirnov
anton at khirnov.net
Fri Jan 5 12:49:35 EET 2024
---
src/index | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/index b/src/index
index 9a21161..a2536ff 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,13 @@
News
</h1>
+ <h3 id="iamf">December 18th, 2023, IAMF support</h3>
+ <p>
+ The <code>libavformat</code> library can now read and write <a href="https://aomediacodec.github.io/iamf/">IAMF</a>
+ (Immersive Audio) files. The <code>ffmpeg</code> CLI tool can configure IAMF structure with the new
+ <code>-stream_group</code> option. IAMF support was written by James Almer.
+ </p>
+
<h3 id="cli_threading">December 12th, 2023, multi-threaded <code>ffmpeg</code> CLI tool</h3>
<p>
Thanks to a major refactoring of the <code>ffmpeg</code> command-line tool, all the major
--
2.42.0
More information about the ffmpeg-devel
mailing list