diff mbox series

[FFmpeg-devel,3/4] doc/muxers: add gxf

Message ID 20240320162913.70909-1-stefasab@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/4] lavf/gxfenc: consistently use snake_case in function names | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Stefano Sabatini March 20, 2024, 4:29 p.m. UTC
---
 doc/muxers.texi | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Andreas Rheinhardt March 20, 2024, 4:47 p.m. UTC | #1
Stefano Sabatini:
> ---
>  doc/muxers.texi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index d9dd72e613..25d1a5907e 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -1776,6 +1776,16 @@ force the @ref{image2} muxer:
>  ffmpeg -i INPUT -c:v gif -f image2 "out%d.gif"
>  @end example
>  
> +@section gxf
> +General eXchange Format (GXF) muxer.
> +
> +GXF was developed by Grass Valley Group, then standardized by SMPTE as SMPTE
> +360M and was extended in SMPTE RDD 14-2007 to include high-definition video
> +resolutions.
> +
> +It accepts an arbitrary number of audio and video streams, but only a limited

It only accepts a single video stream, see the check in line 734 of
gxfenc.c.

> +number of codecs and parameters are accepted.
> +
>  @anchor{hash}
>  @section hash
>
Stefano Sabatini March 23, 2024, 10:45 a.m. UTC | #2
On date Wednesday 2024-03-20 17:47:31 +0100, Andreas Rheinhardt wrote:
> Stefano Sabatini:
> > ---
> >  doc/muxers.texi | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> > 
> > diff --git a/doc/muxers.texi b/doc/muxers.texi
> > index d9dd72e613..25d1a5907e 100644
> > --- a/doc/muxers.texi
> > +++ b/doc/muxers.texi
> > @@ -1776,6 +1776,16 @@ force the @ref{image2} muxer:
> >  ffmpeg -i INPUT -c:v gif -f image2 "out%d.gif"
> >  @end example
> >  
> > +@section gxf
> > +General eXchange Format (GXF) muxer.
> > +
> > +GXF was developed by Grass Valley Group, then standardized by SMPTE as SMPTE
> > +360M and was extended in SMPTE RDD 14-2007 to include high-definition video
> > +resolutions.
> > +
> > +It accepts an arbitrary number of audio and video streams, but only a limited
> 
> It only accepts a single video stream, see the check in line 734 of
> gxfenc.c.

Correct, amended and pushed together with the other pending doc patches, thanks.
diff mbox series

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index d9dd72e613..25d1a5907e 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1776,6 +1776,16 @@  force the @ref{image2} muxer:
 ffmpeg -i INPUT -c:v gif -f image2 "out%d.gif"
 @end example
 
+@section gxf
+General eXchange Format (GXF) muxer.
+
+GXF was developed by Grass Valley Group, then standardized by SMPTE as SMPTE
+360M and was extended in SMPTE RDD 14-2007 to include high-definition video
+resolutions.
+
+It accepts an arbitrary number of audio and video streams, but only a limited
+number of codecs and parameters are accepted.
+
 @anchor{hash}
 @section hash