]> granicus.if.org Git - handbrake/commit
Added CRF x264 rate control method to HBTest.
authorjbrjake <jb.rubin@gmail.com>
Thu, 4 Jan 2007 19:48:54 +0000 (19:48 +0000)
committerjbrjake <jb.rubin@gmail.com>
Thu, 4 Jan 2007 19:48:54 +0000 (19:48 +0000)
commit6481b2d707275c582b9cf90dbe96598082a1fe33
tree4b1e8d56bb73b9e7c03e21532687f59d948e44a3
parentb30e6cee64f1005cd31f5deb00ca5120c9852d23
Added CRF x264 rate control method to HBTest.

Constant quantizer is maintained as the default so nothing changes:
HBTest -i input -o output -e x264 -q 0.60

Switch to constant rate factor by throwing a -Q on the end:
HBTest -i input -o output -e x264 -q 0.60 -Q

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@89 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/encx264.c
test/test.c