diff options
author | jstebbins <[email protected]> | 2008-08-07 17:43:55 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-08-07 17:43:55 +0000 |
commit | 752317f0446985db9179dcc975f10652400af589 (patch) | |
tree | 335e0f670d4e88d5b9259fdec9bdc54b07b6a5a0 /gtk/src/internal_defaults | |
parent | c8ed1a0c1534761b2081f6c7ea71bf7c4a698d78 (diff) |
LinGui: change how x264 options are handled
- there is now one preset key that contains the option string
- options displayed in widgets and entry box stay reflect each other
- enlarged the entry box so all options can be seen
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1614 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/internal_defaults')
-rw-r--r-- | gtk/src/internal_defaults | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/gtk/src/internal_defaults b/gtk/src/internal_defaults index 4206e64c2..0a8d33f59 100644 --- a/gtk/src/internal_defaults +++ b/gtk/src/internal_defaults @@ -42,26 +42,7 @@ vquality_type_target=disable video_bitrate=1800 video_target_size=700 video_quality=64 -x264_direct=spatial -x264_weighted_bframes=disable -x264_bime=disable -x264_merange=16 x264_options= -x264_cabac=enable -x264_deblock_beta=0 -x264_analyse=some -x264_8x8dct=disable -x264_bframes=0 -x264_no_dct_decimate=disable -x264_subme=5 -x264_brdo=disable -x264_bpyramid=disable -x264_no_fast_pskip=disable -x264_refs=1 -x264_me=umh -x264_deblock_alpha=0 -x264_mixed_refs=disable -x264_trellis=off directqp=disable [Initialization] @@ -74,6 +55,25 @@ crop_top=0 crop_bottom=0 crop_left=0 crop_right=0 +x264_refs=1 +x264_mixed_refs=disable +x264_bframes=0 +x264_direct=spatial +x264_weighted_bframes=disable +x264_brdo=disable +x264_bime=disable +x264_bpyramid=disable +x264_me=hex +x264_merange=16 +x264_subme=5 +x264_analyse=some +x264_8x8dct=disable +x264_deblock_alpha=0 +x264_deblock_beta=0 +x264_trellis=0 +x264_no_fast_pskip=disable +x264_no_dct_decimate=disable +x264_cabac=enable [Preferences] version=0.1 |