This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Trying to deinterlace a dvd in mkv format
#11
(07.03.2023, 22:22)Selur Wrote: Okay, sadly the debug output doesn't really help, it just shows that the viewer is directly closing.
So my guess is that one of the filters is having issues with your system.
Comparing the used filters when using 'Placebo' and 'Fast':

Placebo:
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/GrainFilter/RemoveGrain/RemoveGrainVS.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/GrainFilter/AddGrain/AddGrain.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/FFT3DFilter/fft3dfilter.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/DFTTest/DFTTest.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/EEDI3m.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/ResizeFilter/nnedi3/vsznedi3.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/scenechange.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/fmtconv.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/MiscFilter/MiscFilters/MiscFilters.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DeinterlaceFilter/Bwdif/Bwdif.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
Fast:
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/GrainFilter/RemoveGrain/RemoveGrainVS.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/GrainFilter/AddGrain/AddGrain.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/FFT3DFilter/fft3dfilter.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/DFTTest/DFTTest.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/EEDI3m.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/ResizeFilter/nnedi3/vsznedi3.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/libmvtools.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/scenechange.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/Support/fmtconv.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/MiscFilter/MiscFilters/MiscFilters.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DeinterlaceFilter/Bwdif/Bwdif.dll")
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
both use the same filters. :/

But I still suspect that the issue is EEDI3m, does it work if you replace the EEDI3m.dll with EEDI3-r4_non-OpenCL.7z from https://github.com/HomeOfVapourSynthEvol...ses/tag/r4 ? (I suspect it's an OpenCL issue.)
-> no, that should already be the non-opencl version. :/

What CPU are you using?


Cu Selur

A pretty old one basically running this thing i'm going to be upgrading in a year to a new mac studio. I'm currently using a intel core i7-3630QM
Reply
#12
i7-3630QM only thing it does not support the more modern extensions is AVX2 and AVX512.
Does it work if you use r1 of BWDIF from https://github.com/HomeOfVapourSynthEvol...ses/tag/r1 ?
(also added some comments to the previous post, before you replied)

Cu Selur
Reply
#13
(07.03.2023, 22:40)Selur Wrote: i7-3630QM only thing it does not support the more modern extensions is AVX2 and AVX512.
Does it work if you use r1 of BWDIF from https://github.com/HomeOfVapourSynthEvol...ses/tag/r1 ?
(also added some comments to the previous post, before you replied)

Cu Selur

About the pasting + f5 in the script the window just closes out.
bwdif works
Reply
#14
About the pasting + f5 in the script the window just closes out.
bwdif works
Okay, so it's not bwdif.

Does calling:
"C:\Users\Tiger\AppData\Local\Temp\encodingTempSynthSkript_2023-03-06@18_51_57_6110_0.vpy" -c y4m NUL
inside a Windows Command Prompt show any errors?

Cu Selur
Reply
#15
(07.03.2023, 22:54)Selur Wrote:
About the pasting + f5 in the script the window just closes out.
bwdif works
Okay, so it's not bwdif.

Does calling:
"C:\Users\Tiger\AppData\Local\Temp\encodingTempSynthSkript_2023-03-06@18_51_57_6110_0.vpy" -c y4m NUL
inside a Windows Command Prompt show any errors?

Cu Selur

no it's just asking how you want to open the file no programs defaulted to the .vpy extension
Reply
#16
Argh, sorry.
Meant:
"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Tiger\AppData\Local\Temp\encodingTempSynthSkript_2023-03-06@18_51_57_6110_0.vpy" -c y4m NUL

Cu Selur
Reply
#17
(07.03.2023, 23:03)Selur Wrote: Argh, sorry.
Meant:
"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Tiger\AppData\Local\Temp\encodingTempSynthSkript_2023-03-06@18_51_57_6110_0.vpy" -c y4m NUL

Cu Selur
It did something, moving circle cursor for 2 seconds and nothing more than that.
Reply
#18
Hmm,... okay.
"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" --info "C:\Users\Tiger\AppData\Local\Temp\encodingTempSynthSkript_2023-03-06@18_51_57_6110_0.vpy"
Probably works.

Okay, since BWDIF works, does the preview work if you use BWDIF as deinterlacer and then:
  1. enable Filtering->Vapoursynth->DeGrain->RemoveGrain?
  2. enable Filtering->Vapoursynth->Add Grain->AddGrain?
  3. enable Filtering->Vapoursynth->DeNoise->FFT3DFilter?
  4. enable Filtering->Vapoursynth->DeNoise->DFTTest?
  5. enable Filtering->Vapoursynth->DeNoise->MC Temporal Denoise?
  6. resize to a higher resolution (unter Crop/Resize) and enable Filtering->Vapoursynth->Frame->Resizer ?

Cu Selur
Reply
#19
(07.03.2023, 23:17)Selur Wrote: Hmm,... okay.
"C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" --info "C:\Users\Tiger\AppData\Local\Temp\encodingTempSynthSkript_2023-03-06@18_51_57_6110_0.vpy"
Probably works.

Okay, since BWDIF works, does the preview work if you use BWDIF as deinterlacer and then:
  1. enable Filtering->Vapoursynth->DeGrain->RemoveGrain?
  2. enable Filtering->Vapoursynth->Add Grain->AddGrain?
  3. enable Filtering->Vapoursynth->DeNoise->FFT3DFilter?
  4. enable Filtering->Vapoursynth->DeNoise->DFTTest?
  5. enable Filtering->Vapoursynth->DeNoise->MC Temporal Denoise?
  6. resize to a higher resolution (unter Crop/Resize) and enable Filtering->Vapoursynth->Frame->Resizer ?

Cu Selur

a yes
b yes
c no
d yes
e yes
f yes
Reply
#20
Okay, so the issue is fft3dfilter.
Does 'Filtering->Vapoursynth->DeNoise->FFT3DFilter' work if you enable 'Filtering->Vapoursynth->DeNoise->FFT3DFilter->Neo' ?
If that works, try whether QTGMC Placebo works if you enable 'neo' there too?

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)