diff options
author | jstebbins <[email protected]> | 2009-11-15 20:26:01 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-11-15 20:26:01 +0000 |
commit | 0447e8ea2bfa746d4b282d91e1e3eccaa5476bd4 (patch) | |
tree | 24c60a017aab7c558de009585e14dbbbc70907cc /gtk | |
parent | 167ba9aa9972773122f0a61557972f037e4aac9b (diff) |
LinGui: update x264 manual option string tooltip to latest x264 default values
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2935 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index f4e61db70..a584a33bc 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2853,9 +2853,9 @@ This option can improve compression efficiency. Use 'Optimal' if you can afford You can edit these and add additional options. Default values will not be shown. The defaults are: -ref=1:mixed-refs=0:bframes=0:direct=spatial:b-pyramid=0: -weightb=0:me=hex:merange=16:subme=6:analyse=some:8x8dct=0: -deblock=0,0:trellis=0:psy-rd=1,0:no-fast-pskip=0: +ref=3:mixed-refs=1:bframes=3:direct=spatial:b-pyramid=0: +weightb=1:me=hex:merange=16:subme=7:analyse=some:8x8dct=1: +deblock=0,0:trellis=1:psy-rd=1,0:no-fast-pskip=0: no-dct-decimate=0:cabac=1</property> <property name="wrap_mode">GTK_WRAP_CHAR</property> <property name="accepts_tab">False</property> |