From bb2702f899968cf6d90965b4408d5ae1f241447b Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 16 Apr 2014 21:27:27 +0200 Subject: [PATCH] Make sure comboxboxes are *not* initialized yet, so loading the template will update the GUI. --- gui/win_addJob.ui | 12 +++++++++--- src/version.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gui/win_addJob.ui b/gui/win_addJob.ui index 1c1d37a..a3111d7 100644 --- a/gui/win_addJob.ui +++ b/gui/win_addJob.ui @@ -250,6 +250,9 @@ Choose the <b>encoder</b> to be used (e.g. x264 vs. x265). This also decides which output <i>format</i> you will get (e.g. H.264 vs. HEVC). + + -1 + x264 (AVC) @@ -298,7 +301,7 @@ Choose the <b>architecture</b> of the encoder (e.g. 32-Bit vs. 64-Bit). Generally the "native" architecture of your system should give the best performance. - 1 + -1 @@ -347,6 +350,9 @@ Choose the <b>variant</b> of the encoder (e.g. 8-Bit vs. 10-Bit). If you don't know which variant you need, stick with the <i>default</i> one! + + -1 + 8-Bit @@ -417,7 +423,7 @@ Select the <b>rate-control</b> mode. Use <i>CRF</i> mode in order to hit a specific level of quality. Or use <i>2-Pass</i> mode in order to hit a specific file size. - 0 + -1 @@ -610,7 +616,7 @@ This option controls the "Speed -vs- Quality" trade-off of the encoder. Use a <i>slower</i> Preset in order to improve the quality at the same bitrate (file size), at the cost of increased encoding time. Or use a <i>faster</i> Preset in order to save encoding time, at the cost of reduced quality. - 5 + -1 diff --git a/src/version.h b/src/version.h index 984a2ad..aab170b 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 3 #define VER_X264_PATCH 6 -#define VER_X264_BUILD 824 +#define VER_X264_BUILD 826 #define VER_X264_PORTABLE_EDITION (0)