I've tried using latest FFmpeg (Zeranoe build ) and encode in x265.
my FFMpeg params are:FFMpeg is writing:Code:ffmpeg-20160919-d38dff8-win64-static\bin>ffmpeg.exe -i d:\VidTest\source_NoAud.avi -c:v libx265 -an -preset slow -x265-params crf=28 d:\VidTest\ffmpeg_x265_crf28_slow.mkvWhen encoding, FFmpeg is writing this info it it's output:Code:x265 [info]: HEVC encoder version 2.0 x265 [info]: build info [Windows][GCC 5.4.0][64 bit] 8bit
My Question is: what implementation of x265 is inside FFmpeg? And how do I know what specific version of x265 is it?Code:Output #0, matroska, to 'd:\VidTest\ffmpeg_x265_crf28_slow.mkv': Metadata: encoder : Lavf57.49.100 Stream #0:0: Video: hevc (libx265), yuv420p, 720x400 [SAR 1:1 DAR 9:5], q=2-31, 23.98 fps, 1k tbn, 23.98 tbc Metadata: encoder : Lavc57.57.100 libx265
In general, (assuming the x265 version is the same ) - Am I supposed to get the same result when encoding in FFmpeg versus x265.exe ?
+ Reply to Thread
Results 1 to 6 of 6
-
Arguing with an idiot, make sure he isn't doing the same
-
It seems that Zeranoe uses the v2.0 tagged milestone of x265, without any later patches (there are already about 60 patches since).
If you compile ffmpeg yourself, e.g. using jb-alvarado's media-autobuild_suite, you can create ffmpeg.exe and x265.exe of the same revision of x265 sources (but that will cost you a few GB of disk space and some amount of time). -
I love it when a plan comes together!
-
Thanks I'll try to compile it.
Arguing with an idiot, make sure he isn't doing the same -
@ ricardouk:
Unfortunately, the suite is not "fail proof"; sometimes it needs to be cancelled (Ctrl+C) and restarted because pacman missed a detail in the very complex packet dependencies which has to be installed still before running compilations. And of course it will all depend on the availability of the servers providing the sources, if they don't respond, you can't download momentarily.
But in general, after cancelling and restarting the script 2-3 times after it switches from the updating to the compilation step (new console window), everything will be completely prepared and run through.
It may happen that the suite discovers source updates between the 32 bit and the 64 bit compilation; especially ffmpeg is updated often. You may consider re-compiling once, but you shouldn't care about that a lot more often. You will hardly get 32 and 64 bit compiles exactly in sync (if you let compile both at all, you could possibly restrict it to 64 bit only, and to your most important tools only).
If you want to reconfigure the suite, delete build\media-autobuild_suite.ini; final binaries will have been copied to local32\bin-* or local64\bin-*.
Similar Threads
-
looking for x265 encoder
By jamespoo in forum Video ConversionReplies: 1Last Post: 12th Aug 2016, 04:12 -
Need x265 encoder
By Artas1984 in forum Newbie / General discussionsReplies: 3Last Post: 19th Jan 2016, 10:41 -
GUI for ffmpeg x265 encoder
By david55 in forum Video ConversionReplies: 13Last Post: 25th Jul 2015, 00:13 -
[Encoder x265]
By AsadAli in forum Newbie / General discussionsReplies: 1Last Post: 8th May 2015, 15:42 -
What is libx265 encoder codecs? Did you try it? Which software can use it?
By Stears555 in forum Video ConversionReplies: 44Last Post: 20th Oct 2014, 17:45