Selur's Little Message Board

Full Version: help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Okay, first thing I noticed:
Seems like 'Interframe' + GPU doesn't work with the latest NVIDIA drivers, so don't enable 'GPU' if you are using an NVIDIA card with recent drivers.
-> There's a newer SVP version out than the one that is used in Hybrid, I'll try whether that fixes the problem.
=> Yes, it does (at least for Vapoursynth). Smile btw. on my Ryzen X1800, using the CPU is faster than using my GPU (Geforce GTX 980 Ti)
Sadly it doesn't work with Avisynth + Interframe + GPU.

I uploaded the files I created during testing to my Google drive.

-> will package the version I used and send you a link via pm.

Cu Selur
hybrid doesn't seem to work for me, so im using MeGUI instead ... check this out bro https://drive.google.com/open?id=1HIB1Qf...E-3MniWRJz
No clue why it's not working for you aside from the Avisynth+Interframe+GPU variant I had no problem converting your file with the above steps.

Cu Selur
(22.05.2018, 00:52)Selur Wrote: [ -> ]No clue why it's not working for you aside from the Avisynth+Interframe+GPU variant I had no problem converting your file with the above steps.

Cu Selur

bad news MeGUI work well but some file need avs filters along with it so i got an error ... i don't no avs file....
im screwed...lol
May be I can help if you can share more details about what does not work,... Smile

Cu Selur

Ps.: moved the posts to the other thread
i try put in https://drive.google.com/open?id=1in0wE9...eRvXDSErMa it's popup error about avs ...which i have no clue about
You fed Hybrid with a script that looks like this:
Code:
global MeGUI_darx = 16
global MeGUI_dary = 9
Setmemorymax(512)
SetMTMode(3,4)
PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"
LoadPlugin(PluginPath+"svpflow1.dll")
LoadPlugin(PluginPath+"svpflow2.dll")
Import(PluginPath+"InterFrame2.avsi")
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("C:\Users\Kazarian\Downloads\dsdbr00w.2kr\Diplo, French Montana & Lil Pump ft. Zhavia - Welcome To The Party (Official Video).mkv").ConvertToYV12()
SetMTMode(2)
#deinterlace
#crop
#denoise
#resize
InterFrame(Cores=4, GPU=true, FrameDouble=true)
if you add 'return last' at the end of the script Hybrid might be able to work with the file.

Can you send me the "svpflow1.dll" and "svpflow2.dll" from your "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\" plugins folder?
If they work in MeGui (and are 32bit), they should work in Hybrid. Smile

Cu Selur
Nice. Those work here too. Smile
-> if you copy those .dlls into your 'Hybrid\avisynthPlugins'-folder it Avisynth+Interframe should work for you too in Hybrid. Smile

Cu Selur
(23.05.2018, 08:55)Selur Wrote: [ -> ]Nice. Those work here too. Smile
-> if you copy those .dlls into your 'Hybrid\avisynthPlugins'-folder it Avisynth+Interframe should work for you too in Hybrid. Smile

Cu Selur

nope still doesn't work hybrid
Pages: 1 2 3 4 5 6 7 8