Message ID | 20240105104936.10817-1-anton@khirnov.net |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,1/2] web: add a news entry for IAMF | expand |
Context | Check | Description |
---|---|---|
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
andriy/configure_x86 | warning | Failed to apply patch |
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.
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