Okay, does mkvmerge&co work if you try to start them from the terminal?
Cu Selur
seems standalone bin files from MKV tool nix 55 don't work as well.
I got -> 2021-03-27@18_43_57_0510_03_muxing crashed: Crashed with exit status 1
As i remember it was some release info about MKV tool nix 54 with some additional info about legacy systems support.
Also even with older version of MKV tools, newer version of Hybrid seems can't transcode some essential test files. Not sure yet if problem is from my side due some new settings or due Mojave or due something else.
P.S. Hybrid Application Support folder was deleted as usual before update, so it is not a problem with legacy preferences for sure.
Would need a debug output to know what's happening.
Here it is Hybrid debug and MKV tools started in in Terminal. Seems they all report that "built for Mac OS X 10.15"
Code:
/Applications/Hybrid.app/Contents/MacOS/mkvextract
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt3__14__fs10filesystem4path16__root_directoryEv
Referenced from: /Applications/Hybrid.app/Contents/MacOS/mkvextract (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libc++.1.dylib
dyld: Symbol not found: __ZNKSt3__14__fs10filesystem4path16__root_directoryEv
Referenced from: /Applications/Hybrid.app/Contents/MacOS/mkvextract (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libc++.1.dylib
Abort trap: 6
Code:
/Applications/Hybrid.app/Contents/MacOS/mkvinfo
dyld: lazy symbol binding failed: Symbol not found: __ZNKSt3__14__fs10filesystem4path16__root_directoryEv
Referenced from: /Applications/Hybrid.app/Contents/MacOS/mkvinfo (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libc++.1.dylib
dyld: Symbol not found: __ZNKSt3__14__fs10filesystem4path16__root_directoryEv
Referenced from: /Applications/Hybrid.app/Contents/MacOS/mkvinfo (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libc++.1.dylib
Abort trap: 6
Code:
/Applications/Hybrid.app/Contents/MacOS/mkvmerge
dyld: Symbol not found: __ZTINSt3__14__fs10filesystem16filesystem_errorE
Referenced from: /Applications/Hybrid.app/Contents/MacOS/mkvmerge (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libc++.1.dylib
in /Applications/Hybrid.app/Contents/MacOS/mkvmerge
Abort trap: 6
Okay, it's a linking issue.
My guess is that one could compile newer mkvtoolnix versions for Mojave, but one would have to compile it manually.
So you are probably stuck with older mkvtoolnix versions.
Cu Selur
When "Generate" checkbox is not selected, "Set Output File" is disabled and it is impossible to select file path manually.
To enable "Set Output File" button you need to check and uncheck again "Generate" checkbox
Is this a bug?
![[Image: ESMd8C3.jpg]](https://i.imgur.com/ESMd8C3.jpg)
Yeah, it's a bug I fixed here locally after I build that dev version.
en- and disabling 'generate' get's the ui sync again.
Seems some error when i try to use Vapoursynth deinterlace:
Code:
Failed to evaluate the script:
Python exception: invalid syntax (tempPreviewVapoursynthFile20_43_06_968.vpy, line 28)
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2241, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile20_43_06_968.vpy", line 28
DGHDRtoSDR is only available on Windows.
^
SyntaxError: invalid syntax
LOL,... made a typo. Will fix for next version. (will probably update the version on google drive tomorrow, only way to avoid it atm. is probably to use the filter queue,..)