]> granicus.if.org Git - handbrake/commit
Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding. *NOT YET...
authormaurj <handbrake@maurj.com>
Wed, 11 Apr 2007 15:23:57 +0000 (15:23 +0000)
committermaurj <handbrake@maurj.com>
Wed, 11 Apr 2007 15:23:57 +0000 (15:23 +0000)
commitddc7ac09960746920ae8e48ac6f38a61c9f56d47
tree0ad40c6da4ff1ef22f33f6b6543171f346643029
parent1ce785c8d342834c33ee09e63315c5997782f919
Added libhb and CLI support for Dolby Pro Logic II 5.0 matrix encoding.  *NOT YET ADDED TO THE GUI*.  Handbrake now uses a more general "audio mixdown" concept.  For each audio track to be converted you specify a mixdown.  These are defined in common.h.
This checkin only allows you to specify one mixdown for all tracks in the CLI, although everything is in place internally to specify a different mixdown per track.  In the CLI, the "-6 --surround" option has been repurposed as a "-6 --mixdown" option, with a string parameter of mono/stereo/dpl1/dpl2/6ch.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@494 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/common.h
libhb/deca52.c
libhb/encfaac.c
libhb/encvorbis.c
libhb/internal.h
libhb/muxavi.c
libhb/scan.c
libhb/sync.c
libhb/work.c
test/test.c