[FFmpeg-devel] [PATCH V8] avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9
James Zern
jzern at google.com
Thu Sep 12 09:17:31 EEST 2019
Hi,
On Tue, Sep 10, 2019 at 6:13 PM Guo, Yejun <yejun.guo at intel.com> wrote:
>
> 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 | 188 +++++++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/version.h | 2 +-
> 2 files changed, 189 insertions(+), 1 deletion(-)
>
Thanks for updating the patch. Could you run tools/patcheck on it? I
think the gcc 2.95 comment might be dated [1], so you can ignore that
one.
More information about the ffmpeg-devel
mailing list