The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "extra" - Line: 100 - File: inc/plugins/google_seo/url.php PHP 8.3.12-nmm1 (Linux)
|
OTGMC and KNLMeansCL error - 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: OTGMC and KNLMeansCL error (/thread-208.html) |
OTGMC and KNLMeansCL error - mmokkp - 30.12.2017 Hi I'm having 2 bugs with hybrid on vapoursynth on Win10 x64. HYBRID 2017.12.25.1 first one is with qtgmc when using opencl: when using opencl the preset: "custom" does not work. Other presets work just fine. Error message: Failed to evaluate the script: Traceback (most recent call last): seems like program should be using needi cl version - some typo or you didn't change something when you added opencl version. and another one with KNLMeansCL I'm getting following error: using knlmeans and using the chroma option the script outputs an error. Without the chroma option it works just fine. Error message: Failed to evaluate the script: Python exception: knlm.KNLMeansCL: 'cmode' requires 4:4:4 subsampling! Traceback (most recent call last): Both happen regardless of input file. I also have a question - not really a bug, but a missing feature. I am running dual gpu system - that is integrated intel + dedicated AMD. Now for whatever reason my system sees the Intel GPU as GPU0 and the AMD one as GPU1. In all other programs I use this does not create any problems as I can either specify the gpu or the program detects that automatically, but hybrid wants to keep using the intel IGPU because of the order. Now obviously the dedicated gpu is much faster and most of the time I would prefer to use it versus the intel one. In Avisynth knlmeans I had an option to specify which gpu to use, but in vapoursyth version of knlmeans I have no such option. Is this feature plugin dependent? Does the VS version not have the option to specify the GPU, or is there a setting somewhere in hybrid that I missed that would solve my problem? Thank you for your time. RE: OTGMC and KNLMeansCL error - Selur - 30.12.2017 Quote:HYBRID 2017.12.25.1-> does this also happen for you with the current version? RE: OTGMC and KNLMeansCL error - mmokkp - 30.12.2017 Oh sorry, I didn't realize there is a newer version. Yes, all the problems are still present in 2017.12.27.1 version. RE: OTGMC and KNLMeansCL error - Selur - 30.12.2017 Will look into it, but this will take a while since I'm busy with something else atm. Cu Selur RE: OTGMC and KNLMeansCL error - Selur - 30.12.2017 About the device selection: iirc KNLMeansCL does support this in Vapoursynth too, but I just haven't implemented it yet to support it in Hybrid. RE: OTGMC and KNLMeansCL error - Selur - 30.12.2017 Think I fixes all the issues. Will send you a link to a dev version for testing in a minute or so: Warning about the dev version (same will be true for the next release for everyone else): I'm currently rearranging the location of files and testing a new installer, so I would recommend to deinstall Hybrid completely since this will probably break "Global Profiles" and "old Defaults". Specific Profiles (aside from GlobalDataModel) and AV-Combo-Profiles, should still be okay, so you could backup those and copy them back later. Cu Selur RE: OTGMC and KNLMeansCL error - mmokkp - 30.12.2017 Unfortunately the new version doesn't seem to be starting up. I'm getting an error: "This application failed to start because it could not find or load the Qt platform plugin "windows" in "". Reinstalling the application may fix this problem." I did uninstall the previous version of hybrid beforehand. RE: OTGMC and KNLMeansCL error - Selur - 30.12.2017 Seems like a missed a platforms folder somewhere. Will send you an updated link in a few minutes. Cu Selur RE: OTGMC and KNLMeansCL error - Selur - 30.12.2017 DOH, it's a typo, rename the 'platform'-folder inside the Hybrid-folder into 'platforms' and it should work. (Also rename the 'style' folder to 'styles'.) Cu Selur RE: OTGMC and KNLMeansCL error - mmokkp - 31.12.2017 After changing the folder name everything seems to be working just fine. Thank you for quick help. |