[BUG] Vapoursynth->Waifu2x nvk Encode Crash on Win7 (Upd: not bug, fixed on user side) - 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: [BUG] Vapoursynth->Waifu2x nvk Encode Crash on Win7 (Upd: not bug, fixed on user side) (/thread-1715.html) |
Vapoursynth->Waifu2x nvk Encode Crash on Win7 (Upd: not bug, fixed on user side) - Lloyd Dunamis - 03.02.2021 OS: Windows 7 SP1 Hybrid Version: 2021.01.31; 2020.12.13 Intention: OBS-recorded MP4 video, crop & upsize via Waifu2x nvk, encode to x264. Problem: Waifu2x nvk crashes immediately. (attached relevant debug.log)
Oddly, my laptop with Win10 1803 has no problems running it. It has an older NVidia driver 451.67, too. (attached debug.log for reference) I wish to use the desktop instead because it has GTX 1080 while my laptop only has GTX 960m. I wonder if it's a Vapoursynth or w2xnvk problem instead. 'Vapoursynth Filter Preview' error Failed to evaluate the script: Fix Attempts in vain:
Unrelated but other bugs encountered/Suggestion:
RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Selur - 03.02.2021 Regarding Waifu2x: "invalid 'gpu_id'" usually comes when Waifu2x can't find/access under the selected gui_id. When having multiple cards in the system changing the id should help it it doesn't it's usually a driver issue. Try completely uninstalling and after that reinstalling the NVIDIA drivers (from NVIDIA), important thing is to uninstall the drivers completely before the reinstall. Every now and then installing a different NVIDIA driver breaks the existing support for opencl/cuda/nvenc. Regarding 'x264 Quantizer Max defaults': I tried to reproduce this by:
-> Can't reproduce. Regarding the renaming: Not happening, I'll not change the current behavior. Cu Selur Ps.: I'm using the 461.40 drivers with a GeForce GTX 1070ti, so the drivers itself should be fine. RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Lloyd Dunamis - 14.03.2021 Oh, it worked! It seems I did have to DDU (Display Driver Uninstaller) the thing. It's able to detect the GPUs properly now. Thank you! Meanwhile, although the "x264 Quantizer Max defaults" problem exists in v2021.01.31 even after a fresh config, it seems it was fixed in the dev version I was handed with in another thread. For the destination naming right out of the textbox, oh that's a shame. Eh, I can deal with this bit of inconvenience. RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Selur - 14.03.2021 Quote:For the destination naming right out of the textbox, oh that's a shame. Eh, I can deal with this bit of inconvenience.I know min/max ToolTips of SpinBoxes and DoubleSpinBoxes don't get updated in case min/max changes. (not going to implement that, since it would slow down the whole gui a lot .... looked at it again, may be will fix in the future) Cu Selur RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Lloyd Dunamis - 14.03.2021 (14.03.2021, 19:45)Selur Wrote:Quote:For the destination naming right out of the textbox, oh that's a shame. Eh, I can deal with this bit of inconvenience.I know min/max ToolTips of SpinBoxes and DoubleSpinBoxes don't get updated in case min/max changes. SpinBoxes? I don't mean to have the Output name box as something like that. Oh wait, I must be misunderstood. I meant this one, as a live text-editable textbox. Like, should I need several outputs (hence different filenames) from just one input, I can queue the first one, then adjust to the next; so that I don't have to bring up the "Set output file" dialogue window everytime. For example, from just this one input above; I wish to have several processed outputs and be able to just change a part in its filename from that textbox:
RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Selur - 14.03.2021 Ahh,... so what you are asking for is an additional option under Config->Filternames->Output Filename Generation, to add '_StartFrame-EndFrame' to the generated file name? Cu Selur Ps.: send you a link to a dev version which adds this. RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Lloyd Dunamis - 14.03.2021 (14.03.2021, 20:29)Selur Wrote: Ahh,... so what you are asking for is an additional option under Config->Filternames->Output Filename Generation, to add '_StartFrame-EndFrame' to the generated file name? Aaa it could work for that use case (actually now that I think about it, that'd work well for some automation, with also the option of zero-padding---wait aaa you're so quick!), but not quite. Aside from cuts, perhaps different encode settings of the same video, should I'd like to test different video encodes first before I batch-process videos with it. Something like, but not limited to encoding settings:
I wonder though... Perhaps making it an editable textbox would have that risk/complication of accidentally(?) editing on the path instead of just the filename; Hybrid might either create those non-existing directory/ies, or prompt that the path is non-existent, etc. I swear though, for almost everytime I'm not using the auto-generate filename, it occurs to me to wish I could just edit the output filename straight from that textbox, instead of having to click a button to have the thing brought up. (I might have repeated myself already, please excuse me) Extra: Pardon about earlier, I thought the post preview just derped hence I went with the straight-copypasta'd screenshot crop that's shown in the message composition box. Of course the preview is WYSIWYG; I've been silly. xD Attached it instead. RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 - Selur - 14.03.2021 Not going to allow direct editing of the output file name. (Yes, validating it would be a pain.) Also not adding an option to add parts of the encoding settings to the output name. (to many options for too many different encoders) So you probably have to live with the way it is now of use another tool which offers what you want. Cu Selur RE: Vapoursynth->Waifu2x nvk Encode Crash on Win7 (Upd: Not bug, fix on user side) - Lloyd Dunamis - 14.03.2021 (14.03.2021, 21:36)Selur Wrote: Not going to allow direct editing of the output file name. (Yes, validating it would be a pain.)Yeah, Validation, that's the word. And I agree with not including the various x264 options for an output naming scheme; too much to put in there, hence my examples were only a handful of the options I'm focused on for that instance. Others may have that, but they don't have as robust available features as Hybrid. It's fine. Like I mentioned, I can deal with this little inconvenience. xD Actually, this '_StartFrame-EndFrame' Output Filename Generation is already a big help, and the testing works like a charm for me. Thank you! |