diff options
author | saintdev <[email protected]> | 2007-07-06 03:14:08 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2007-07-06 03:14:08 +0000 |
commit | 57ccb9bd7ccd5431c2865de38862ac2ec8503059 (patch) | |
tree | 31be11d7af513fd7a341ed236db28e3624bae47e /test | |
parent | a2c19bd698fc4d2af2ae4002daf73ed4d6d36295 (diff) |
Fixes to the CLI for forced subtitles, and Turbo.
-Fixes a bug in the HB CLI whereby you can't use the native-language switch to enable subtitles when doing single pass.
-Changes the threshold for enabling subtitles automatically during a subtitle scan from 20% to 10%.
-Changes the turbo options to match what the GUI is doing.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@650 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 25939b64e..105050ecc 100644 --- a/test/test.c +++ b/test/test.c @@ -55,7 +55,7 @@ static char *x264opts2 = NULL; static int maxHeight = 0; static int maxWidth = 0; static int turbo_opts_enabled = 0; -static char * turbo_opts = "no-fast-pskip=0:subme=1:me=dia:trellis=0:analyse=none"; +static char * turbo_opts = "ref=1:subme=1:me=dia:analyse=none:weightb=0:trellis=0:no-fast-pskip=0:8x8dct=0"; static int largeFileSize = 0; /* Exit cleanly on Ctrl-C */ |