Re: [FFmpeg-devel] [PATCH] doc/metadata.texi: Start documenting keys

2025-03-05 Thread Tomas Härdin
tis 2025-03-04 klockan 12:36 +0100 skrev Andreas Rheinhardt: > Tomas Härdin: > > +@item ref-frame-config @tab @tab @tab > > +@item reverb @tab S @tab argo_cvg @tab > > The first is libvp9enc-only, the second argo_cvg only. IMO it is > better > to document this at the documentation of the relevant

Re: [FFmpeg-devel] [PATCH] doc/metadata.texi: Start documenting keys

2025-03-04 Thread Marvin Scholz
On 4 Mar 2025, at 12:36, Andreas Rheinhardt wrote: > Tomas Härdin: >> +@item ref-frame-config @tab @tab @tab >> +@item reverb @tab S @tab argo_cvg @tab > > The first is libvp9enc-only, the second argo_cvg only. IMO it is better > to document this at the documentation of the relevant encoder and

Re: [FFmpeg-devel] [PATCH] doc/metadata.texi: Start documenting keys

2025-03-04 Thread Andreas Rheinhardt
Tomas Härdin: > +@item ref-frame-config @tab @tab @tab > +@item reverb @tab S @tab argo_cvg @tab The first is libvp9enc-only, the second argo_cvg only. IMO it is better to document this at the documentation of the relevant encoder and demuxer. - Andreas __

Re: [FFmpeg-devel] [PATCH] doc/metadata.texi: Start documenting keys

2025-03-04 Thread Tomas Härdin
ons 2025-02-19 klockan 16:42 +0100 skrev Tomas Härdin: > Hi > > Rather than continue the RFC thread for this, I decided to submit a > patch that begins the process of documenting metadata keys. > > There's quite a lot of keys used in the codebase, and this patch does > not cover all of them. But

[FFmpeg-devel] [PATCH] doc/metadata.texi: Start documenting keys

2025-02-19 Thread Tomas Härdin
Hi Rather than continue the RFC thread for this, I decided to submit a patch that begins the process of documenting metadata keys. There's quite a lot of keys used in the codebase, and this patch does not cover all of them. But it should give the general idea. I follow a similar approach to that