From f566606870b602f57d114e02a1d0cd2ce2799aa4 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Mon, 4 Aug 2008 06:01:18 +0000 Subject: LinGui: fix my ipod presets git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1604 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/hb-backend.c | 2 +- gtk/src/standard_presets | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c index f6653c240..2c1b09555 100644 --- a/gtk/src/hb-backend.c +++ b/gtk/src/hb-backend.c @@ -187,7 +187,7 @@ static options_map_t d_analyse_opts[] = { {"Some", "some", 0, 0.0, "some"}, {"None", "none", 1, 0.0, "none"}, - {"All", "all", 2, 0.0, "all:8x8dct=1"}, + {"All", "all", 2, 0.0, "all"}, }; combo_opts_t analyse_opts = { diff --git a/gtk/src/standard_presets b/gtk/src/standard_presets index 5bd41078a..0b4949648 100755 --- a/gtk/src/standard_presets +++ b/gtk/src/standard_presets @@ -53,7 +53,7 @@ x264_subme=5 x264_analyse=all x264_trellis=fmb x264_no_fast_pskip=enable -x264_options=nr=150:filter=2,2 +x264_options=nr=150:filter=2,2:8x8dct vquality_type_bitrate=enable video_bitrate=1000 video_target_size=700 @@ -131,7 +131,7 @@ x264_analyse=all x264_trellis=fmb x264_no_fast_pskip=enable x264_no_dct_decimate=enable -x264_options=filter=-2,-1 +x264_options=filter=-2,-1:8x8dct vquality_type_bitrate=enable video_bitrate=1800 video_target_size=700 @@ -199,6 +199,7 @@ x264_subme=6 x264_trellis=fmb x264_analyse=all x264_no_fast_pskip=enable +x264_options=8x8dct vquality_type_target=enable video_bitrate=1600 video_target_size=695 @@ -263,7 +264,7 @@ x264_bpyramid=enable x264_me=umh x264_subme=6 x264_analyse=all -x264_options=filter=-2,-1 +x264_options=filter=-2,-1:8x8dct vquality_type_constant=enable video_bitrate=2000 video_target_size=700 @@ -302,6 +303,7 @@ x264_subme=7 x264_analyse=all x264_trellis=fmb x264_no_fast_pskip=enable +x264_options=8x8dct vquality_type_bitrate=enable video_bitrate=1600 video_target_size=700 @@ -342,6 +344,7 @@ x264_subme=7 x264_analyse=all x264_trellis=fmb x264_no_fast_pskip=enable +x264_options=8x8dct vquality_type_bitrate=enable video_bitrate=1800 video_target_size=700 @@ -616,7 +619,7 @@ x264_subme=6 x264_analyse=all x264_trellis=fmb x264_no_fast_pskip=enable -x264_options=nr=150 +x264_options=nr=150:8x8dct vquality_type_bitrate=enable video_bitrate=1300 video_target_size=700 -- cgit v1.2.3