diff options
author | Deb Mukherjee <debargha@google.com> | 2015-03-25 17:10:16 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2015-04-20 15:24:13 -0700 |
commit | 26a0bcb15b83c926eb2688b145900a94ca851a26 (patch) | |
tree | 5d76d1ecc36a9357ef4a9dec8f81a2641ca5b473 /libavformat/rmsipr.h | |
parent | e6e8cc8ce9c2a398fbb51254a5067f4bd3c4fa8a (diff) | |
download | ffmpeg-26a0bcb15b83c926eb2688b145900a94ca851a26.tar.gz |
Support for VP9 high-color/high-bit-depth encoding
Patch to support VP9 encoding with new profiles 1-3.
Profile 1 (8-bit 422/444) should work with default libvpx
configuration.
However you will need to configure libvpx with
--enable-vp9-highbitdepth before building and linking
with ffmpeg for profile 2 (10-/12-bit 420) and profile 3
(10-/12-bit 422/444) encoding.
You may use the appropriate profile option on the
command line:
-profile:v 1 for 422/444 8-bit encoding
-profile:v 2 for 420 10-/12- bit encoding
-profile:v 3 for 422/444 10-/12-bit encoding
If you do not use the -profile:v option, it will be deduced
from the source format.
Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'libavformat/rmsipr.h')
0 files changed, 0 insertions, 0 deletions