diff options
author | jstebbins <[email protected]> | 2011-10-12 20:19:33 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-12 20:19:33 +0000 |
commit | 9d95d88d5a05abf6086ab474c0aa2583a9da6345 (patch) | |
tree | 5ff672576f6efacb2f03a36b85a88a8b2d3e85e1 /scripts/manicure.rb | |
parent | d41d9e0d88a689a11fe0978d4e415b89e72c2e62 (diff) |
Add flac + quality + compression level support
Adds flac audio to cli, lingui, and macgui
Adds quality and compression level options to cli
Adds quality option to lingui
Quality option works for vorbis and lame
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4281 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'scripts/manicure.rb')
-rwxr-xr-x | scripts/manicure.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/manicure.rb b/scripts/manicure.rb index a732b63bd..039a6c9a6 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -921,8 +921,8 @@ class Display commandString << "if( !abitrates )\n " commandString << "{\n " - commandString << " abitrates = strdup(\"" << audioBitrates - commandString << "\");\n " + commandString << " abitrates = str_split(\"" << audioBitrates + commandString << "\", ',');\n " commandString << "}\n " commandString << "if( !mixdowns )\n " |