How to convert a MKV X265 file on a mp4 or AVI X264 file ?
+ Reply to Thread
Results 1 to 21 of 21
-
I guess every converter based on a current version of ffmpeg (e.g. Handbrake, Hybrid, TEncoder) or AviSynth (with L-SMASH Source or FFMS2, e.g. MeGUI or StaxRip) should be able to convert HEVC (the video format created by the x265 encoder) to AVC (the video format created by the x264 encoder).
Do not use AVC in AVI; the AVI container is obsolete and not recommendable to contain this video format. The MP4 container would be the native container for AVC video. -
I did not promise. But Selur is usually very interested in keeping his tools up to date.
Just claimimg that it doesn't work is not enough. Proving the content of the source file with a MediaInfo analysis, and explaining the attempt step by step, is a minimum requirement. If there are any error messages, try your best to quote them letter by letter. -
Are you sure? I tried to load an x265 file as source, but it can't recognise it.
Handbrake 0.9.9.5530
PS -- I see there is a 0.10.2 version out. I'll try that.
PPS 0.10.2 doesn't install on Win XP, so I can forget about Handbrake.Last edited by AlanHK; 21st Jan 2016 at 22:38.
-
-
-
Qt5 is very flaky on XP if it works at all.
It's qt5 based nowadays and works fine here on XP,...users currently on my ignore list: deadrats, Stears555, marcorocchini -
Qt5 is very flaky on XP if it works at all.
It's qt5 based nowadays and works fine here on XP,...users currently on my ignore list: deadrats, Stears555, marcorocchini -
If everything else fails, you may have to go down to manual labour (using the CLI tools like ffmpeg with detailed options, or writing an AviSynth script). Some 32 bit builds are still compiled with enabled XP compatibility, even though XP is already obsolete. As one example, Vista+ Windows offer a better multi-threading support, which e.g. x265 had to emulate to stay XP compatible.
-
What's that? AviSynth plugins should not be aware of the encoder the script is provided to. If you mean those with high efficiency (fast enough not to delay the slow encoder much further): They may be more RAM demanding or require newer versions of MS VC++ runtimes which Microsoft may not support for XP anymore (which is obsolete according to their marketing schedule).
The more exactly you can describe how they fail, the better one may try to solve the issue. But we don't have crystal balls.
Anyway, x265 on an almost only 32 bit OS like XP is a dead end; x265 itself is so complex, it may already fail for FullHD resolutions, being out of memory on a 32 bit OS. Not to mention the encoding speed, if your CPU is that old. -
I have 4GB RAM. Never come near to using it all.
I Googled the error messages and they all lead me to MS VC++, and a dead end.
I wasn't asking for help on the plugins. I think it's impossible on XP.
My PC is 2 years old and more than fast enough.
I don't want to encode x265, just some videos are only available in that and I need to convert them so my media player can play them.
And the media player isn't upgradeable, it's a bit older and handles xvid and x264 fine, but that's it.Last edited by AlanHK; 22nd Jan 2016 at 03:08.
-
^ As a "last resort", you could try DSS2Mod() — which does not depend on Haali Media Splitter, and may use the LAV Filters
You can even use a faster 32-bit HEVC decoder (namely, the Lentoid Decoder) with DSS2Mod(),
as long as the source video does not contain unsupported features (10-bit compression, for example).Last edited by El Heggunte; 22nd Jan 2016 at 03:11. Reason: better wording
-
But 32-bit processes can only use 2 GB of it (maybe 3 with some tricks). And with enough threads and a large frame dimension, complex filters like QTGMC can easily fill it up, so AviSynth and the encoder together may get out of RAM. Well ... x264 is not so demanding, that should mostly work. And with a moderate thread count, most plugins or import functions can do well. But runtime libraries ... most developers see no reason in supporting XP still, while W7 is already becoming obsolete ("Mainstream support" already ended in January 2015 = one year ago; "Extended support" will end in 2020). Grab it while it's cheap. And go for 64 bit, don't miss the future already yesterday.
-
I don't have any problems with RAM.
The problem is the software just aborts because of some function it wants that isn't in my system.
For me, video is just a hobby. For my work I need to use old software and that doesn't play nice with newer OS.
Won't run at all on a 64 bit system.
One day I'll have to upgrade and work out some emulation or other tricks for my old software, but not yet.
==========================
PS: found a simple, though inelegant way to do this.
VLC can play x265, even on XP. And VLC can convert any file it can play.
The options aren't as comprehensive, but it does the job.
I do want to be able to feed x265 into Avisynth though, so I'll keep trying options.Last edited by AlanHK; 22nd Jan 2016 at 09:44.
Similar Threads
-
Is x265 ready for Primetime.. Migrating From x264 to x265..
By RazorBurn in forum Video ConversionReplies: 83Last Post: 31st Jan 2016, 07:14 -
GUI for x265?
By kyrcy in forum Newbie / General discussionsReplies: 5Last Post: 5th Aug 2015, 02:27 -
x264 vs x265??
By xenotox in forum Video ConversionReplies: 167Last Post: 12th Jul 2014, 11:16 -
Problem with x265
By protoX in forum Video ConversionReplies: 9Last Post: 25th Jan 2014, 14:15 -
Help with x265
By mianghuei in forum Video ConversionReplies: 0Last Post: 12th Dec 2013, 04:36