Updated download links for x264/x265 binaries.

This commit is contained in:
LoRd_MuldeR 2020-01-19 12:56:14 +01:00
parent 778afc79fc
commit b3d696aae0
3 changed files with 15 additions and 4 deletions

View File

@ -368,6 +368,7 @@
<iconset resource="../res/resources.qrc">
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
</property>
<addaction name="actionWebX264LigH"/>
<addaction name="actionWebX264VideoLAN"/>
<addaction name="actionWebX264Komisar"/>
<addaction name="separator"/>
@ -394,8 +395,8 @@
<iconset resource="../res/resources.qrc">
<normaloff>:/buttons/setup.png</normaloff>:/buttons/setup.png</iconset>
</property>
<addaction name="actionWebX265Fllear"/>
<addaction name="actionWebX265LigH"/>
<addaction name="actionWebX265Fllear"/>
<addaction name="actionWebX265Snowfag"/>
<addaction name="separator"/>
<addaction name="actionWebX265FreeCodecs"/>
@ -868,6 +869,15 @@
<string>Do Nothing</string>
</property>
</action>
<action name="actionWebX264LigH">
<property name="icon">
<iconset resource="../res/resources.qrc">
<normaloff>:/buttons/world_link.png</normaloff>:/buttons/world_link.png</iconset>
</property>
<property name="text">
<string>x264 builds for Windows by LigH</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>buttonAddJob</tabstop>

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 9
#define VER_X264_PATCH 5
#define VER_X264_BUILD 1195
#define VER_X264_BUILD 1196
#define VER_X264_PORTABLE_EDITION (0)

View File

@ -238,11 +238,12 @@ MainWindow::MainWindow(const MUtils::CPUFetaures::cpu_info_t &cpuFeatures, MUtil
SETUP_WEBLINK(ui->actionWebMulder, home_url);
SETUP_WEBLINK(ui->actionWebX264, "http://www.videolan.org/developers/x264.html");
SETUP_WEBLINK(ui->actionWebX265, "http://www.videolan.org/developers/x265.html");
SETUP_WEBLINK(ui->actionWebX264LigH, "http://www.mediafire.com/?bxvu1vvld31k1");
SETUP_WEBLINK(ui->actionWebX264VideoLAN, "http://artifacts.videolan.org/x264/");
SETUP_WEBLINK(ui->actionWebX264Komisar, "http://komisar.gin.by/");
SETUP_WEBLINK(ui->actionWebX264VideoLAN, "http://download.videolan.org/pub/x264/binaries/");
SETUP_WEBLINK(ui->actionWebX265LigH, "http://www.mediafire.com/?6lfp2jlygogwa");
SETUP_WEBLINK(ui->actionWebX264FreeCodecs, "http://www.free-codecs.com/x264_video_codec_download.htm");
SETUP_WEBLINK(ui->actionWebX265Fllear, "http://x265.ru/en/builds/");
SETUP_WEBLINK(ui->actionWebX265LigH, "https://www.mediafire.com/?6lfp2jlygogwa");
SETUP_WEBLINK(ui->actionWebX265Snowfag, "http://builds.x265.eu/");
SETUP_WEBLINK(ui->actionWebX265FreeCodecs, "http://www.free-codecs.com/x265_hevc_encoder_download.htm");
SETUP_WEBLINK(ui->actionWebAvisynth32, "https://sourceforge.net/projects/avisynth2/files/AviSynth%202.6/");