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

2020-12-23 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

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

2020-12-21 Thread Wonkap Jang
On Mon, Dec 21, 2020 at 1:40 PM James Zern wrote: > On Thu, Dec 17, 2020 at 2:43 PM Wonkap Jang wrote: > > > > > > > > On Thu, Dec 17, 2020 at 10:48 AM James Zern wrote: > >> > >> On Tue, Dec 15, 2020 at 9:24 AM Wonkap Jang wrote: > >> > > >> > Hi James > >> > > >> > On Tue, Dec 15, 2020 at

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

2020-12-21 Thread James Zern
On Thu, Dec 17, 2020 at 2:43 PM Wonkap Jang wrote: > > > > On Thu, Dec 17, 2020 at 10:48 AM James Zern wrote: >> >> On Tue, Dec 15, 2020 at 9:24 AM Wonkap Jang wrote: >> > >> > Hi James >> > >> > On Tue, Dec 15, 2020 at 9:18 AM Wonkap Jang wrote: >> >> >> >> In order to fine-control

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

2020-12-17 Thread Wonkap Jang
On Thu, Dec 17, 2020 at 10:48 AM James Zern wrote: > On Tue, Dec 15, 2020 at 9:24 AM Wonkap Jang wrote: > > > > 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

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

2020-12-17 Thread James Zern
On Tue, Dec 15, 2020 at 9:24 AM Wonkap Jang wrote: > > 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

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