From 9d95d88d5a05abf6086ab474c0aa2583a9da6345 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 12 Oct 2011 20:19:33 +0000 Subject: 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 --- scripts/manicure.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 " -- cgit v1.2.3