And why do you assume what you downloaded there is an installer?
The binary I get from there is a normal x264 build with a renamed binary, so that the name shows the build version and type.
To make sure we speak of the same thing I zipped the file and attached it.
Cu Selur
+ Reply to Thread
Results 1,141 to 1,170 of 2222
-
-
nope, same thing. i don't install files like this. never. if i don't know what it is or can't see the files to extract, it gets deleted!
-
-
Yup, that's the way a normal binary looks like,...
My version I compile myself using https://github.com/jb-alvarado/media-autobuild_suite looks the same.
i don't install files like this. never.
Cu Selur -
the x265.exe is an identifiable file that i can see and drag to my folder.
but guys, nevermind, this is becoming a battle. i just wanted to test something out in post # 1134 but i've lost interest now. -
-
simply rename x264.2377.10bit.x86.exe to x264.exe and you got the same thing as the x265 binary for x264,..
(and if you 'open' the x265 binary it will look the the x264 binary) -
Sadly you are right, this is what they told me:
Dear sir,
the Lentoid filter will not support 10-bit HEVC decoding in the near future, thanks for your kind reminder.
Best regards
service@strongene.com -
They pushed the current version to 0.6
x265_0.6+3-55c0bf9d9966.zip
..and solved some issues.encoder.pw buildbot is NOT affiliated with, endorsed, or sponsored by the
x265 development team, MultiCoreWare Inc, Xiph.Org Foundation nor VideoLAN organization. -
for completeness here what Steve Borho send over the mailing list:
x265 0.6 is a regularly scheduled release
There were large improvements in compression efficiency since 0.5, mostly a
result of the completion of weightp and b-pyramid. There is also a large
amount of new assembly code; replacing most of the compiler intrinsic
functions and adding coverage for some new primitives.
= New Features =
* CLI reads input video from stdin
* Main10 profile is enabled, requires a HIGH_BIT_DEPTH build
* weightp is now complete enough to be enabled by default
* performance presets have been defined, matching x264 preset names
* b-pyramid (hierarchical B frames) now supported
* Constant Rate Factor rate control is considered stable
* Adaptive Quantization introduced, still experimental
Adaptive Quantization is still considered experimental. We are not always
seeing the expected improvements to SSIM when it is enabled, and thus it is
still not enabled by default.
= API Changes =
* x265_nal data members renamed
* x265_picture now has colorSpace member
* --weightp enabled by default
* default parameters now match our medium preset
* new x265_param_default_preset() method for assigning preset and tune
* new x265_param_alloc() and x265_param_free() methods for version safety
* new x265_picture_alloc() and x265_picture_free() methods for version
safety
The public data structures have changed enough that apps compiled against
previous versions of x265 must be recompiled to use x265 0.6. We are
taking steps to add version safety to the public interface. If you use the
new alloc/free methods for the param and picture structures, and use
x265_param_parse() to set param values by name, you will likely not have to
recompile your application to dynamically link against later releases of
x265.
= New CLI Options =
* --y4m overrides detection of Y4M input stream, ex: x265 --y4m - out.hevc
< vid.y4m
* --version long option alias for -V
* -p/--preset sets performance preset
* -t/--tune sets parameter tuning
* --[no-]b-pyramid enabled by default
* --input-csp color space parameter, only i420 is supported in this release
* --crf constant rate factor rate control
* --aq-mode and --aq-strength
See x265 --help for more details
= Upcoming improvements =
* motion compensated weightp analysis (using lookahead data)
* CU-tree (MBtree adapted from x264)
* VBV rate control
* assembly for HIGH_BIT_DEPTH builds -
encoder.pw buildbot is NOT affiliated with, endorsed, or sponsored by the
x265 development team, MultiCoreWare Inc, Xiph.Org Foundation nor VideoLAN organization. -
win xp home sp2
amd dual core x2 3600+ 2gig ram
x265 mingw 8bpp builds -- (MMX2 SSE SSE2Slow SlowCTZ)
source is a dvd rip -- 720x480 24p 100 frames
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
guys, post your rig specs when you quote stats like this. i got so excited and tried, but found to my sad surprise that i was not affected by any improvements, getting the same speed as from previous builds.
i was unable to obtain the new stdin support and have to continue using the older stdin/pipe method for 0.6+3 build. old stdin/pipe method: cmd /S /C avs2yuv "c:\video.avs" -raw -o - |
Code:--preset ultrafast --crf 17 --input - -o h:\video.hm10 results: 100 frames in 40.73s (2.45 fps), 0993.04 kb/s, PSNR: 46.915 -- vsize 528KB, x265 0.5+676 100 frames in 42.09s (2.32 fps), 1072.84 kb/s, PSNR: 47.016 -- vsize 570KB, x265 0.6+003
-
@vhelp: there is no 'new' stdIn method, the changelog simply states that since the start of 0.5 stdIn support has been added.
-
@ vhelp:
I don't understand why 7-zip attempts to open an executable and show completely normal code and data segments of every Windows EXE to people who don't need to know how a linker works. Apparently it only causes confusion and scares the paranoid. Read some documentation about the "Win32 Portable Executable" specifications. If it looks like in #1144, it is a plain EXE, not a self-extracting archive.
__
@ x265.cc:
I start to wonder if builds before v0.5 might better be moved to a kind of "archive", to improve clarity in your buildbot download directories. Just a little food for thoughts, no demand. -
encoder.pw buildbot is NOT affiliated with, endorsed, or sponsored by the
x265 development team, MultiCoreWare Inc, Xiph.Org Foundation nor VideoLAN organization. -
The more code (especially in tight loops) already depends mostly on handcrafted assembler optimizations, the less a C compiler can still improve the speed.
Furthermore, other compilers are already quite aggressive as well. The distance to the former "legendary" intel C compiler keeps shrinking.
__
Is there any more verbose documentation about the new RD value range (v0.5: 0..2; v0.6: 0..6 {def.: 3})? -
** note, same system specs as in post # 1155 **
i noticed a small increase in encoding speed. same source dvd rip -- 720x480 24p 100 frames and 1805 frames test encodes
1805 frames encodes in:
12m42s using 0.6+31 build
09m10s using 0.6+72 build
Code:--preset ultrafast --crf 17 --input - -o h:\video.hm10 results: 100 frames in 40.73s (2.45 fps), 0993.04 kb/s, PSNR: 46.915 -- vsize 528KB, x265 0.5+676 100 frames in 42.09s (2.32 fps), 1072.84 kb/s, PSNR: 47.016 -- vsize 570KB, x265 0.6+003 100 frames in 31.27s (3.20 fps), 1082.87 kb/s, PSNR: 47.018 -- vsize 576KB, x265 0.6+072
-
Nice to see, that PSNR and speed are increasing for the ultrafast preset.
-
But a better technical metric value (PSNR, SSIM) does not necessarily mean a better subjective impression (less annoying artefacts)...
-
PSNR and SSIM are both very valid when testing non-psy related changes within a codec and they are also very valid when comparing the encoded output of an encoder against an uncompressed reference source.
it's only once you start talking about various types of psychovisual optimizations that the math metric supposedly stop having a meaningful correlation to subjective quality, but i won't go any fuirther since everyone already knows my stance on that topic. -
-
you won't hear any argument from me on that topic, i would just point out that x265 doesn't have any psy optimizations yet and it already beats x264 even with all its highly vaunted psy optimizations.
it's a function of the superior compression scheme, the divxh265 encoder also beats x264, so... -
- how to - mini guide, someone asked how do you stdin/pipe through ffmpeg -> x265.exe, so i am repeating it here.
fps - 23.976, 24, 25, 30, 29.970 -- fps need to be specified in both utilities: ffmpeg and x265.exe
resolution - 720x480, 1920x1080, etc. -- resolutions need to be specified in both utilities: ffmpeg and x265.exe
(ffmpeg) pixel format - yuv420p -- 8bit, specified only in ffmpeg, x265.exe takes care of it through its { --input - } command.
(ffmpeg) pixel format - yuv420p10le -- 10bit, then add to x265_16bpp.exe { --input-depth 10, --input-csp i420 } commands.
this assume 24fps, and will encode *all* frames. make sure to adjust to match your videos:
Code:cmd /s /c ffmpeg -i c:\template-video1.avs -s 720x480 -r 24 -f rawvideo -pix_fmt yuv420p - | x265.exe --preset ultrafast --crf 17 --input-res 720x480 --fps 23.976 --output "h:\video.hm10" --input -
to include a trim() statement. be sure you have avisynth installed on your computer or it won't work.
if last line in video.avs has trim(0,100) it will encode from frame 0 to 100 or 100 frames.
if last line in video.avs has trim(100,500) it will encode 400 frames starting at frame 100.
(make sure your video resolutions are the same, for the video.avs and output hevc encoded videos.hm10)
Code:cmd /s /c ffmpeg -i c:\template-video1.avs -s 720x480 -r 24 -f rawvideo -pix_fmt yuv420p - | x265.exe --preset ultrafast --crf 17 --input-res 720x480 --fps 23.976 --output "h:\video.hm10" --input -
-
Last edited by Fllear; 8th Dec 2013 at 04:37.
-
@Fllear:
in the CMake GUI, before "configuring" and "generating", tick the checkbox "treat warnings as errors".
Later, copy the compiler error message, and send it to the x265 mailing list.Last edited by El Heggunte; 8th Dec 2013 at 05:56. Reason: typos, grrrrrrrrrr
-
Similar Threads
-
help - how to compile latest "nightly" ffmpeg for win32 (XP) with mingw
By hydra3333 in forum ProgrammingReplies: 32Last Post: 20th May 2017, 00:33 -
x265 vs x264
By deadrats in forum Video ConversionReplies: 71Last Post: 10th Jan 2016, 06:14 -
ffdcaenc (an upgrade to dcaenc)
By El Heggunte in forum AudioReplies: 22Last Post: 9th Dec 2014, 06:09 -
MulticoreWare Annouces x265/HEVC Mission Statement
By enim in forum Latest Video NewsReplies: 4Last Post: 9th Aug 2013, 22:09 -
New PC Build(s)
By thedeificone in forum ComputerReplies: 6Last Post: 25th May 2010, 16:57