]> granicus.if.org Git - libvpx/commit
Enable vpxenc to specify internal coded frame size
authorAdrian Grange <agrange@google.com>
Wed, 9 Apr 2014 21:51:29 +0000 (14:51 -0700)
committerAdrian Grange <agrange@google.com>
Mon, 14 Apr 2014 17:54:19 +0000 (10:54 -0700)
commitf7bd1274e38ae8ec631887841ea27a10ba366ba2
tree4c68b0653c32e2a3b2245e4ebf2f506cb3acb5f8
parent07dddfa3fdf11c08c8b91b96fe94907be228f2cc
Enable vpxenc to specify internal coded frame size

Added command line flags "resize-width" & "resize-height"
to allow the user to specify the frame size to encode at.

These two flags are ignored if the "resize-allowed" switch
is not set to 1.

All frames in the clip are then encoded at this size, which
must be smaller than the raw frame size.

Change-Id: I3d64bd9303d5c0bd678461a866a1ea621700d744
vp8/vp8_cx_iface.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/vp9_cx_iface.c
vpx/vpx_encoder.h
vpxenc.c