64 bit shows v94.0 here also
![]()
+ Reply to Thread
Results 391 to 408 of 408
-
--
"a lot of people are better dead" - prisoner KSC2-303 -
Resource Hacker also says "version = 94" 🤔
Code:1 VERSIONINFO FILEVERSION 94,0,0,0 PRODUCTVERSION 94,0,0,0 FILEOS 0x4 FILETYPE 0x0 { BLOCK "StringFileInfo" { BLOCK "040904B0" { VALUE "CompanyName", "Moritz Bunkus" VALUE "FileDescription", "mkvtoolnix-gui" VALUE "FileVersion", "94.0" VALUE "InternalName", "mkvtoolnix-gui" VALUE "LegalCopyright", "Released under the GNU Pulic License http://www.gnu.org/licenses/gpl-2.0.html" VALUE "OriginalFilename", "mkvtoolnix-gui" VALUE "ProductName", "MKVToolNix" VALUE "ProductVersion", "94.0" } } BLOCK "VarFileInfo" { VALUE "Translation", 0x0409 0x04E4 } }
"Programmers are human-shaped machines that transform alcohol into bugs." -
-
Last edited by jpsdr; 3rd Aug 2025 at 05:40.
-
@autodidact
I tried to build the .33 version, it failed. I removed the 2 "date" stuff commits, thinking they broke QT5 (like the commit you removed in previous build), but it's still failing.
If you're able to build last version, i'm interested in the changes you've made. -
@jpsdr
It is the qtmp4 commit which is requiring c++20, a feature which we have reverted previously:
https://codeberg.org/mbunkus/mkvtoolnix/commit/774cc1d06d6157347925df27e1c145a3616e9b5c
If you add back the c++20 support and add this to src/input/r_qtmp4.cpp:
Code:#include <QtCore>
I compiled manually to work around that problem for now.
Or you can revert the above commit.PB -
Arigatôu gozaimasu ^__^
"Programmers are human-shaped machines that transform alcohol into bugs." -
Thanks autodidact for the new version...
Did my usual torture testing with the 32bit version, no problems.
Cheers
manolito -
@autodidact
It seems the qtmp4 commit created some others issues, there has been a new commit, and after i've been able to build again the QT5 version.
Anyway, again thanks for what you're doing. -
@autodidact
Is there any chance to create a guide step by step how to make the latest mkvtoolnix version win7 compatible?
So we can do it our selfs. -
@fits79
Maybe you can check what i've done on my github.
MKVToolnix, with 2 branches, one for QT5, one for the QT6 Windows 7 compatible.
https://github.com/jpsdr/MKVToolnix-Windows-7
The MXE, used by MKVToolnix, it builds all the QT stuff and things which are used to make MKVToolnix.
2 branches also, QT5 and QT6 Windows 7.
https://github.com/jpsdr/mxe-Windows-7
And the QT6 for Windows 7, with an MKVToolnix specific branch.
https://github.com/jpsdr/QT6_Windows7
But, it's not easy. Unless you have knowledge on linux compiling tricks, QT programming, QT compiling,etc... you'll be like me coming back here with one’s tail between one’s legs asking for help (because i don't have these knowledge) each time something broke.
At each pull request made by Mousu, I cross finger that it didn't break things, and build will go smoothly... -
-
Take a look at the notes for release 94.0.
A feature to remove both the .sub and .idx files after multiplexing was reverted in the qt5 version as it uses qt6 specific code.
The original functionality remains in the qt5 version where only the .sub gets deleted if delete source for multiplexer jobs is enabled.
The qt6 version is more likely to remain full-featured while the qt5 version will possibly lose and/or omit features over time.PB -
-
I'm affraid not.
And first of all, the building process is under Linux, even if the final result is a Windows executable. -
Similar Threads
-
FFmpeg Windows builds at gyan.dev
By Gyan in forum Video ConversionReplies: 34Last Post: 11th Feb 2024, 10:46 -
windows dos batch cat: WHAT UNTIL A FILE EXIST ?!?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 18th Jun 2020, 16:58 -
please delete. thanks
By mrjayviper in forum Video ConversionReplies: 0Last Post: 11th Feb 2018, 04:24 -
Why is there no Official Windows XP Sticky???
By SameSelf in forum ComputerReplies: 1Last Post: 22nd Jun 2017, 23:20 -
Official Windows 8 Thread
By artistmode in forum ComputerReplies: 55Last Post: 21st Apr 2017, 08:01