Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP9 temporal scalability encoding option

2019-12-17 Thread Wonkap Jang
Thank you Michael, I'll send out a new patch along with the other fix that is dependent on this one. Let's review there. Thank you, Wonkap On Tue, Dec 17, 2019 at 11:21 AM Michael Niedermayer wrote: > On Mon, Dec 16, 2019 at 02:23:00PM -0800, Wonkap Jang wrote: > > This commit reuses the

Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP9 temporal scalability encoding option

2019-12-17 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 02:23:00PM -0800, Wonkap Jang wrote: > This commit reuses the configuration options for VP8 that enables > temporal scalability for VP9. It also adds a way to enable three > preset temporal structures (refer to the documentation for more > detail) that can be used in

[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP9 temporal scalability encoding option

2019-12-16 Thread Wonkap Jang
This commit reuses the configuration options for VP8 that enables temporal scalability for VP9. It also adds a way to enable three preset temporal structures (refer to the documentation for more detail) that can be used in offline encoding. --- libavcodec/libvpxenc.c | 237