Probably they don't exist, but I think the question is worth asking, just in case.
As ""everybody knows"", the "official" builds of MKVtoolnix are created and distributed by the author himself (Moritz "Mosu" Bunkus).
The current problem for the users of Windows 7: versions above 64.0.0.45 require Windows 10 or 11,
but only because Mosu always uses the "latest and greatest" version of the cross-platform GUI-thing called "Qt".
As long as mkvtoolnix is built with Qt 5.x or lower, it can run on Windows 7.
+ Reply to Thread
Results 1 to 30 of 335
-
Last edited by El Heggunte; 10th Oct 2022 at 02:26. Reason: update
"Programmers are human-shaped machines that transform alcohol into bugs." -
A pain!
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
Recently updating to 67.0.0 indeed gave errors. Annoying, I agree.
BTW version 66.0.0 is running fine here on Windows 7. -
Just found out version 67.0.0 revision 006 build is "done with Qt 5" - whatever the hell that means
Anyways, a quick and dirty test says it install and runs ok on Win7. Read from here: https://forum.doom9.org/showthread.php?p=1967202#post1967202 -
"Programmers are human-shaped machines that transform alcohol into bugs."
-
Yup, read that too. Hopefully multiple-monitor setup will keep raising issues with Qt6
-
UPDATE:
The last version of MKVtoolnix compatible with Windows 7 is: 67.0.0.27.
Download link: https://mkvtoolnix.download/windows/continuous/
COMMENTS:
After reading Mosu's last posts in the MKVtoolnix thread @ Doom9's forum, I can only conclude that, if he were not a highly-skilled computer programmer, he surely would be a very-good lawyer.
Notice, this is not exactly a compliment.
Some/many programmers love to consider themselves "rational people 24-by-7", but the fact is, they rarely are.
Mosu makes no distinction between improving MKVtoolnix itself and pushing the QT GUI framework whatever.
mkvmerge, mkvextract, etc, are command-line tools, so they don't need a GUI at all, to begin with, and more importantly, they don't need to depend on the QT thing.
But now they do, because Mosu now thinks QT is better than the well-known file magic.mgc...
Oh well.Last edited by El Heggunte; 18th Apr 2022 at 00:41. Reason: grammar :-/
"Programmers are human-shaped machines that transform alcohol into bugs." -
El Heggunte Many thanks for the link. Presently I have 64 which I had in my archives after falling foul of the latest that won't work on Win7.
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
UPDATE:
The last version of MKVtoolnix compatible with Windows 7 is: 67.0.0.31."Programmers are human-shaped machines that transform alcohol into bugs." -
Correct the compatible version with win7 is the version el heggunte mention NOT before.
So from now and at future mkvtoolnix stop support win7 and must download unofficial version that support win7? -
-
https://mkvtoolnix.download/windows/continuous/32-bit/
and
https://mkvtoolnix.download/windows/continuous/64-bit/
All builds between version 64.0.0.45 and version 67.0.0.1 were compiled with QT 6, so they will not run on Windows 7."Programmers are human-shaped machines that transform alcohol into bugs." -
Yes but the version 67.0.0.31 you mention doesn't appear at all at the link you post now so....
Where did you find this version? -
-
Have you ever heard of P.E.B.K.A.C.
https://en.wikipedia.org/wiki/User_error#PEBKAC/PEBCAK/PICNIC"Programmers are human-shaped machines that transform alcohol into bugs." -
Seems version 67.0.0.60 is the last one working on Win7.
https://forum.doom9.org/showthread.php?p=1968141#post1968141
[EDIT] Correction: revision 63 is reported to work too.
https://forum.doom9.org/showthread.php?p=1968335#post1968335
My apologies -
I have compiled 64-bit mkvtoolnix version 69.0.0 with Qt 5. My target use is for Windows 8.1 so that is the only OS I tested. As per the thread title, this is definitely NON-OFFICIAL and I will certainly remove it if posting it here is not acceptable.
PB -
You create the program?
If you do why you stop support older windows? For example win7?
Portable edition? -
Last edited by El Heggunte; 30th Jul 2022 at 00:07. Reason: add attachment
"Programmers are human-shaped machines that transform alcohol into bugs." -
If people wanted programs to work with outdated systems(with security risks)then programs themself won't get updated due to lack of updated system files,heck we'd all still be on windows xp.
I think,therefore i am a hamster. -
Good point about the installer. Code from the developers workflow that can be omitted.
And to be clear, the developer states Qt 5.9.0 is the minimum required version to build. He simply doesn't provide such builds.
https://gitlab.com/mbunkus/mkvtoolnix#21-requirements
At some point Qt 6 will probably become a hard requirement.PB -
If it helps I'm using an official build: MKVToolNix GUI V68.0.0 ('The Curtain') 32-bit.
This is on Windows 7 Home Premium SP1.
It works like all the former versions did.
How do I check which OT version ?
I assume is is in the 5.9.0 category but we all know what assume means.
For myself I won't be going to a newer Windows version until I'm absolutely forced to.
So far most everything is working fine. -
@autodidact
Would you be able to post a brief guide on how you complied with 5.9.0 to get a Win 7/8 working build? -
The Qt version used should be in the Help menu under System information. Qt 5 is a long-term support release and my build uses 5.15.5 which I think is the latest in that line and remains compatible with Win 7/8.
The best guide would be the developers and it is what I followed.
https://gitlab.com/mbunkus/mkvtoolnix/-/blob/main/Building.for.Windows.mdPB -
Here is the 32-bit mkvtoolnix version 69.0.0 with Qt 5. NON-OFFICIAL of course.
PB -
Thanks for the build.
To try to be able to make my ownn builds, i take a look at the guide in post #28, cloned mxe, but after, the guide doesn't match... In the git cloned package, there is no /packaging/windows/ directory, there is not even a /packaging directory.
And, no clue how to "choose" the QT version you want...
Edit
Ok... i thought mxe was something to build MKVToolnix, it's not, it's MKVToolnix wich needs mxe...
I'll git MKVToolnix, and probably find this directory...
Edit 2
Ok, i have mxe and mkvtoolnix. Unfortunately, i have no idea how to change the QT part, and use 5.x version...
Just try to run setup_cross_compilation_env and then rake (from the directory where there is setup_cross_compilation_env file), but the rake end up in faillure :
# rake
(in /f/PRG/MKVToolnix/mkvtoolnix)
rake aborted!
build-config not found: please run ./configure
/f/PRG/MKVToolnix/mkvtoolnix/rake.d/config.rb:16:in `read_build_config'
/f/PRG/MKVToolnix/mkvtoolnix/rakefile:42:in `<top (required)>'
(See full trace by running task with --trace)Last edited by jpsdr; 31st Jul 2022 at 07:07.
Similar Threads
-
FFmpeg Windows builds at gyan.dev
By Gyan in forum Video ConversionReplies: 34Last Post: 11th Feb 2024, 11:46 -
windows dos batch cat: WHAT UNTIL A FILE EXIST ?!?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 18th Jun 2020, 17:58 -
please delete. thanks
By mrjayviper in forum Video ConversionReplies: 0Last Post: 11th Feb 2018, 05:24 -
Why is there no Official Windows XP Sticky???
By SameSelf in forum ComputerReplies: 1Last Post: 23rd Jun 2017, 00:20 -
Official Windows 8 Thread
By artistmode in forum ComputerReplies: 55Last Post: 21st Apr 2017, 09:01