![]() |
[GUIDE] VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [GUIDE] VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS (/thread-1279.html) |
RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 04.04.2021 Quote:The funny thing is that Waifu2x-w2xc is rather legacy and very slow, but it don't need Vulkan SDK. l33tmeatwad recommend to use faster Waifu2x NCNN Vulkan instead.Hybrid does support both. (can't test since the vm has no hardware acceleration) Since the VM does not support snapshots (without breaking the vm), it would be nice if someone could test the installer and check which of the: * csrutil disable * sudo spctl --master-disable * Disable Gatekeeper turning back on automatically after 30 days by typing in Terminal: sudo defaults write /Library/Preferences/com.apple.security GKAutoRearm -bool NO * Enabe Gatekeeper by typing in Terminal: sudo defaults write /Library/Preferences/com.apple.security GKAutoRearm -bool YES * sudo defaults write com.apple.LaunchServices LSQuarantine -bool NO are really needed. Are they only needed during installation or are they needed for Hybrid to work? Depending on that i would adjust the README.rtf: Quote:This Package includes: Cu Selur Ps.: Sadly QCreator and it's tools do not work on m1 Macs atm. see https://bugreports.qt.io/browse/QTBUG-85279 and https://www.qt.io/blog/qt6-development-hosts-and-targets, so using a new m1 Mac isn't even an option atm. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 05.04.2021 Instead of using: sudo defaults write com.apple.LaunchServices LSQuarantine -bool NO xattr -d com.apple.quarantine /path/to/file xattr -d com.apple.quarantine /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/* with xattr -r -d com.apple.quarantine /Applications/Hybrid.app/ xattr -r -d com.apple.quarantine /Applications/D2VWitch.app/ Cu Selur RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 05.04.2021 Seems you put legacy Xquartz and legacy vulkansdk versions to the installer RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 05.04.2021 yup, thought they might still be needed,.. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 05.04.2021 I mean you put old versions to the new package. Why? ![]() Current XQuartz is 2.8.0 and VulkanSDK is 1.2.170.0 RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 05.04.2021 It also probably make sense to update FranceBB LUTs https://github.com/FranceBB/LinearTransformation By the way, inside Hybrid there are still few legacy duplicates of those LUTs with slightly different names. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 05.04.2021 Hybrid_2021.04.05.1 Released and now available as standalone app or as installer package with VapourSynth and Plugins directly from developer's website http://www.selur.de/downloads Same time i still continue to support and update my "extended" package as unofficial backup. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - koma - 25.04.2021 Thank you guys for building the complete package for macOS, it works good. I just found a small problem. When the job is nearly finished and is creating the output mp4 with MP4Box it is not creating any output file, it just hangs at this point in the job. When i switch to use ffmpeg instead of MP4Box it just works as planed. Is this a known bug? Thank you in advance. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 25.04.2021 Hard to tell without a debug output,... Wild guess: the used MP4Box version has some problem with the used streams,... RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 13.07.2021 I didn't used Hybrid package for some time, and today i noticed that for some unknown reason Hybrid 2021.04.06 always double speed transcoded footage when i use "bob" option in deinterlacer. So i installed newer 2021.04.12 version and it fixed the problem. I really have no idea if it was some bug or some unknown settings glitch in my system, but anyway i decide to update my package to more resent version. VapourSynth+Plugins+Scripts+Hybrid-2021.07.13 package updates: VapourSynth-R53 XQuartz 2.8.1 VulkanSDK 1.2.182.0 (seems new Vulcan installer needs manual fix for Mojave https://vulkan.lunarg.com/issue/view/609cf8d85df1127f84292948#issue/assign/609cf8d85df1127f84292948/5e8ddae0e0d2a33ca1602dfa ) Hybrid 2021.04.12 FFmpeg 2021-07-11 ScriptsInHybrid 2021.07.11 FranceBB LUTs 2021.07.12 ![]() |