VideoHelp Forum




+ Reply to Thread
Results 1 to 21 of 21
  1. Member
    Join Date
    Jan 2016
    Location
    Canada
    Search Comp PM
    How to convert a MKV X265 file on a mp4 or AVI X264 file ?
    Quote Quote  
  2. Dinosaur Supervisor KarMa's Avatar
    Join Date
    Jul 2015
    Location
    US
    Search Comp PM
    I think Handbrake can read x265 files now, and it can convert it to a x264 inside a MP4.
    Quote Quote  
  3. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    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.
    Quote Quote  
  4. Member
    Join Date
    Jan 2016
    Location
    Canada
    Search Comp PM
    So with the Hybrid 2015.12.23.1 there no possibilities to do the conversion from a MKV X265 to a MP4 X264 ?
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Didn't LIgh.de just say that it will work with Hybrid? Have you tried it?
    Quote Quote  
  6. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    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.
    Quote Quote  
  7. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by KarMa View Post
    I think Handbrake can read x265 files now, and it can convert it to a x264 inside a MP4.
    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.
    Quote Quote  
  8. Dinosaur Supervisor KarMa's Avatar
    Join Date
    Jul 2015
    Location
    US
    Search Comp PM
    May want to try getting the newest Handbrake 10.2
    Quote Quote  
  9. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by KarMa View Post
    May want to try getting the newest Handbrake 10.2
    Tried that, won't install on WinXP.
    So far can't find any way to decode x265 on XP.

    (If anyone want to lecture me about how obsolete/dangerous/uncool/stupid it is to be running XP, please assume I know that.)
    Quote Quote  
  10. Should work with Hybrid. (at least works here; mkv(x265) -> avi(x264))
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  11. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by Selur View Post
    Should work with Hybrid. (at least works here; mkv(x265) -> avi(x264))
    Thanks, will give it a try.
    I had passed it by since it's Qt based.
    Is it Qt4 or 5?
    Qt5 is very flaky on XP if it works at all.
    Quote Quote  
  12. Qt5 is very flaky on XP if it works at all.
    if you say so

    It's qt5 based nowadays and works fine here on XP,...
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  13. Qt5 is very flaky on XP if it works at all.
    if you say so

    It's qt5 based nowadays and works fine here on XP,...
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  14. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    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.
    Quote Quote  
  15. Dinosaur Supervisor KarMa's Avatar
    Join Date
    Jul 2015
    Location
    US
    Search Comp PM
    L-smash and ffmsindex seem to index and frameserve x265 fine, in megui
    Quote Quote  
  16. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by KarMa View Post
    L-smash and ffmsindex seem to index and frameserve x265 fine, in megui
    Tried them. Avisynth is my weapon of choice for the last 10 or 15 years.
    But the x265-capable plugins all crap out in XP, at least so far.
    Quote Quote  
  17. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    Originally Posted by AlanHK View Post
    x265-capable plugins
    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).


    Originally Posted by AlanHK View Post
    all crap out


    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.
    Quote Quote  
  18. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by LigH.de View Post
    They may be more RAM demanding or require newer versions of MS VC++ runtimes which Microsoft may not support for XP anymore
    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.

    Originally Posted by LigH.de View Post
    Originally Posted by AlanHK View Post
    all crap out
    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.
    I wasn't asking for help on the plugins. I think it's impossible on XP.


    Originally Posted by LigH.de View Post
    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.
    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.
    Quote Quote  
  19. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    ^ 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
    Quote Quote  
  20. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    Originally Posted by AlanHK View Post
    I have 4GB RAM. Never come near to using it all.
    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.
    Quote Quote  
  21. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by LigH.de View Post
    Originally Posted by AlanHK View Post
    I have 4GB RAM. Never come near to using it all.
    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,
    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.


    Originally Posted by LigH.de View Post
    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.
    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!