At http://x265.ru/en/builds one can find x265 builds compiled with either GCC, ICC, or VC++.
Does the compiler matter in any way? Or doesn't it have any impact on the conversion speed?
+ Reply to Thread
Results 1 to 6 of 6
-
Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski)
-
Most of the really time critical code for 8 bit internal resolution, and also much of 10 bit and some of 12 bit, is already available as several assembler optimized routines for different CPU instruction set extensions (SSE3/4, AVX, AVX2...).
There is little code left where a C/C++ compiler could still produce optimized code; mostly for cases which are not in the main fields of usage (e.g. 32 bit code for high bit depths, some HBD routines not yet optimized, fallback routines when you disable assembler optimized routines by --asm switch, and not so time critical code outside the encoder core). -
So the compiler actually doesn't matter. Good to know.
Danke!Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski) -
I didn't say "not at all". Just "not much, compared to handcrafted assembly routines", which are already implemented for most common use cases.
-
I must have misunderstood things. Nevertheless, I think in the end it's only a matter of some minutes for a 2-hour movie. Or am I going wrong again?
Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski) -
That's right. A difference of more than 2% would be a surprise when assembly core routines are available, especially when x265 has a good CPU utilization and can make use of AVX2 and FMA3.
Similar Threads
-
build a new pc specifically for x265 encoding
By vhelp in forum ComputerReplies: 134Last Post: 9th Nov 2016, 09:01 -
FFMPEG x265 10bit and virtualdub x265 10bit settings
By lilycarolyn in forum Video ConversionReplies: 11Last Post: 6th Jun 2016, 13:44 -
Is x265 ready for Primetime.. Migrating From x264 to x265..
By RazorBurn in forum Video ConversionReplies: 83Last Post: 31st Jan 2016, 07:14 -
WANTED: PSNR comparison of X.264 and x265 codecs with their max settings.
By Stears555 in forum Video ConversionReplies: 5Last Post: 20th Nov 2013, 09:19 -
Looking for build script to statically build ffmpeg, mencoder, mplayer,...
By Selur in forum MacReplies: 8Last Post: 11th Sep 2013, 15:13