]> git.sesse.net Git - x264/commit
Add High 10 Intra profile support (AVC-Intra)
authorFiona Glaser <fiona@x264.com>
Mon, 27 Sep 2010 04:04:30 +0000 (21:04 -0700)
committerFiona Glaser <fiona@x264.com>
Tue, 28 Sep 2010 13:36:51 +0000 (06:36 -0700)
commit47e2609852b2de996071633c94de8d273b66ad05
tree67cb5f7c8e2c842a88762939d5effd18666766e7
parent0467589e35295c522bdae382e0e3b021deea9919
Add High 10 Intra profile support (AVC-Intra)
x264 should now be able to encode compliant AVC-Intra 50.
With a 10-bit-compiled version of x264, a sample commandline for 1080i25 might be:
--interlaced --keyint 1 --vbv-bufsize 2000 --bitrate 50000 --vbv-maxrate 50000 --nal-hrd cbr

Also print "Constrained Baseline" for baseline profile, since that's all x264 (and everything else in the world) supports.
Also reorganize parameter validation a bit to reduce some spurious warnings.
encoder/encoder.c
encoder/set.c