Re: [FFmpeg-devel] [PATCH v3] avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG

2020-12-15 Thread Wonkap Jang
Hi James On Tue, Dec 15, 2020 at 9:18 AM Wonkap Jang wrote: > In order to fine-control referencing schemes in VP9 encoding, there > is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit > provides a way to use the API through frame metadata. > --- > doc/encoders.texi | 32

[FFmpeg-devel] [PATCH v3] avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIG

2020-12-15 Thread Wonkap Jang
In order to fine-control referencing schemes in VP9 encoding, there is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit provides a way to use the API through frame metadata. --- doc/encoders.texi | 32 + libavcodec/libvpxenc.c | 81

[FFmpeg-devel] [PATCH] avcodec/dolby_e: set constant frame_size

2020-12-15 Thread Nicolas Gaullier
Fixes pts generation. Setting frame_size in dolby_e_init() or get_audio_frame_duration() can result in a bad duration value for the first packet if dolby_e is muxed in a container having a different sample_rate (ex: container @48KHz, DolbyE @44.8KHz). Maybe adding a parser to dolby_e would fix

Re: [FFmpeg-devel] [PATCH 0/3] add vvc raw demuxer

2020-12-15 Thread Nuo Mi
On Tue, Dec 15, 2020 at 4:44 AM Mark Thompson wrote: > On 14/12/2020 13:31, Nuo Mi wrote: > > Hi Mark, > > I have almost done the cbs for sps, pps, and slice header. I will start > to > > implement the parser. > > This looks fun :) > > > Few questions for you: > > 1. We need over-read some nals

[FFmpeg-devel] Issue with ogg page termination on full last page with even last segment size

2020-12-15 Thread Peter Zebühr
Hello! I have stumbled on an issue with the ogg page termination in a probably quite rare case. If the last page ends up full (255 segments) and the last packet that is written is an even multiple of 255 that needs to be terminated with a lacing value of zero that spills over to the next page,

Re: [FFmpeg-devel] [PATCH 1/6] fate: Add dpx-probe test

2020-12-15 Thread Paul B Mahol
On Mon, Dec 14, 2020 at 11:58 AM Harry Mallon wrote: > > > > On 10 Dec 2020, at 23:41, Paul B Mahol wrote: > > > > I strongly disagree, make use of money project got. > > Limiting size of samples is not gonna to be productive at all. > > > > On Fri, Dec 11, 2020 at 12:37 AM Carl Eugen Hoyos >