]> granicus.if.org Git - handbrake/commit
CLI: x264 preset, tuning, and profile support
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 2 Oct 2011 21:28:45 +0000 (21:28 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 2 Oct 2011 21:28:45 +0000 (21:28 +0000)
commitdac4f53ddacce1757351f3e96de4f2dd3ab633da
tree9646c88202cabb13543b64f94dd7d74bae3b5cb9
parent4a09a1011d8f1561c5b32a0f92274c7bf4565c4c
CLI: x264 preset, tuning, and profile support

New cli options --x264-preset, --x264-tune, and --x264-profile.  x264
preset and tune are set first, followed by any custom x264 option string,
and finally the profile is applied.

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