Re: [FFmpeg-devel] [PATCH v5 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2020-02-06 Thread James Zern
On Thu, Feb 6, 2020 at 8:58 AM Wonkap Jang wrote: > > Hi James, > > On Wed, Feb 5, 2020 at 5:29 PM James Zern > wrote: > > > On Mon, Feb 3, 2020 at 5:45 PM Wonkap Jang > > wrote: > > > > > > Hi > > > > > > On Mon, Feb 3, 2020 at 12:45 PM James Zern < > > jzern-at-google@ffmpeg.org> > > >

Re: [FFmpeg-devel] [PATCH v5 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2020-02-06 Thread Wonkap Jang
Hi James, On Wed, Feb 5, 2020 at 5:29 PM James Zern wrote: > On Mon, Feb 3, 2020 at 5:45 PM Wonkap Jang > wrote: > > > > Hi > > > > On Mon, Feb 3, 2020 at 12:45 PM James Zern < > jzern-at-google@ffmpeg.org> > > wrote: > > > > > On Mon, Feb 3, 2020 at 10:02 AM Wonkap Jang > > > wrote: > >

Re: [FFmpeg-devel] [PATCH v5 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2020-02-05 Thread James Zern
On Mon, Feb 3, 2020 at 5:45 PM Wonkap Jang wrote: > > Hi > > On Mon, Feb 3, 2020 at 12:45 PM James Zern > wrote: > > > On Mon, Feb 3, 2020 at 10:02 AM Wonkap Jang > > wrote: > > > > > > In order for rate control to correctly allocate bitrate to each temporal > > > layer, correct temporal layer

Re: [FFmpeg-devel] [PATCH v5 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2020-02-03 Thread Wonkap Jang
Hi On Mon, Feb 3, 2020 at 12:45 PM James Zern wrote: > On Mon, Feb 3, 2020 at 10:02 AM Wonkap Jang > wrote: > > > > In order for rate control to correctly allocate bitrate to each temporal > > layer, correct temporal layer id has to be set to each frame. This > > commit provides the ability to

Re: [FFmpeg-devel] [PATCH v5 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2020-02-03 Thread James Zern
On Mon, Feb 3, 2020 at 10:02 AM Wonkap Jang wrote: > > In order for rate control to correctly allocate bitrate to each temporal > layer, correct temporal layer id has to be set to each frame. This > commit provides the ability to set correct temporal layer id for each > frame. > --- >

[FFmpeg-devel] [PATCH v5 2/2] avcodec/libvpxenc: add a way to explicitly set temporal layer id

2020-02-03 Thread Wonkap Jang
In order for rate control to correctly allocate bitrate to each temporal layer, correct temporal layer id has to be set to each frame. This commit provides the ability to set correct temporal layer id for each frame. --- libavcodec/libvpxenc.c | 13 - 1 file changed, 12 insertions(+),