Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] doc/muxers: add stub for iamf
@ 2024-03-29 11:47 Stefano Sabatini
  2024-03-29 23:52 ` Michael Niedermayer
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Sabatini @ 2024-03-29 11:47 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Stefano Sabatini

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

diff --git a/doc/muxers.texi b/doc/muxers.texi
index f300f8c45f..23506e2ab7 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2515,6 +2515,22 @@ 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
 
-- 
2.34.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/muxers: add stub for iamf
  2024-03-29 11:47 [FFmpeg-devel] [PATCH] doc/muxers: add stub for iamf Stefano Sabatini
@ 2024-03-29 23:52 ` Michael Niedermayer
  2024-03-30 14:57   ` Stefano Sabatini
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Niedermayer @ 2024-03-29 23:52 UTC (permalink / raw)
  To: FFmpeg development discussions and patches


[-- Attachment #1.1: Type: text/plain, Size: 2159 bytes --]

On Fri, Mar 29, 2024 at 12:47:53PM +0100, Stefano Sabatini wrote:
> ---
>  doc/muxers.texi | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index f300f8c45f..23506e2ab7 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -2515,6 +2515,22 @@ 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/}.
> +

this seems to cause

*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '}' without opening '{' before:
*** '{' without macro. Before: iamf}
*** '}' without opening '{' before:

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Everything should be made as simple as possible, but not simpler.
-- Albert Einstein

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] doc/muxers: add stub for iamf
  2024-03-29 23:52 ` Michael Niedermayer
@ 2024-03-30 14:57   ` Stefano Sabatini
  0 siblings, 0 replies; 3+ messages in thread
From: Stefano Sabatini @ 2024-03-30 14:57 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On date Saturday 2024-03-30 00:52:12 +0100, Michael Niedermayer wrote:
> On Fri, Mar 29, 2024 at 12:47:53PM +0100, Stefano Sabatini wrote:
> > ---
> >  doc/muxers.texi | 16 ++++++++++++++++
> >  1 file changed, 16 insertions(+)
> > 
> > diff --git a/doc/muxers.texi b/doc/muxers.texi
> > index f300f8c45f..23506e2ab7 100644
> > --- a/doc/muxers.texi
> > +++ b/doc/muxers.texi
> > @@ -2515,6 +2515,22 @@ 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/}.
> > +
> 
> this seems to cause

yes this is due to:
@section{iamf}

should be:
@section iamf

will fix and push the pending patches in a few days
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-30 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 11:47 [FFmpeg-devel] [PATCH] doc/muxers: add stub for iamf Stefano Sabatini
2024-03-29 23:52 ` Michael Niedermayer
2024-03-30 14:57   ` Stefano Sabatini

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git