[FFmpeg-devel] [PATCH 1/2] web: add a news entry for IAMF

James Almer jamrial at gmail.com
Fri Jan 5 14:23:14 EET 2024


On 1/5/2024 7:49 AM, Anton Khirnov wrote:
> ---
>   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

LGTM, thanks.


More information about the ffmpeg-devel mailing list