[FFmpeg-devel] [PATCH V9] avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9

James Zern jzern at google.com
Fri Sep 20 09:55:42 EEST 2019


On Wed, Sep 18, 2019 at 12:03 PM James Zern <jzern at google.com> wrote:
>
> On Wed, Sep 18, 2019 at 7:54 AM Guo, Yejun <yejun.guo at intel.com> wrote:
> >
> >
> >
> > > -----Original Message-----
> > > From: Guo, Yejun
> > > Sent: Thursday, September 12, 2019 6:25 PM
> > > To: ffmpeg-devel at ffmpeg.org
> > > Cc: Guo, Yejun <yejun.guo at intel.com>
> > > Subject: [PATCH V9] avcodec/libvpxenc: add ROI-based encoding support for
> > > VP8/VP9
> > >
> > > example command line to verify it:
> > > ./ffmpeg -i input.stream -vf addroi=0:0:iw/3:ih/3:-0.8 -c:v libvpx -b:v 2M
> > > tmp.webm
> > >
> > > Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> > > ---
> > >  libavcodec/libvpxenc.c | 193
> > > +++++++++++++++++++++++++++++++++++++++++++++++++
> > >  libavcodec/version.h   |   2 +-
> > >  2 files changed, 194 insertions(+), 1 deletion(-)
> >
> > ping for review, thanks.
> >
> > btw, the version number in libavcodec/version.h has been changed again,
> > and I have to again rebase this patch. I hope to get comments if any and
> > so I can put all needed changes in a new V10 patch.
> >
>
> lgtm. I can bump the version locally before pushing if there aren't
> any more comments.
>

applied, thanks.


More information about the ffmpeg-devel mailing list