RE: Trying to deinterlace a dvd in mkv format - witheringghost27 - 07.03.2023
(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/HomeOfVapourSynthEvolution/VapourSynth-EEDI3/releases/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
RE: Trying to deinterlace a dvd in mkv format - Selur - 07.03.2023
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/HomeOfVapourSynthEvolution/VapourSynth-Bwdif/releases/tag/r1 ?
(also added some comments to the previous post, before you replied)
Cu Selur
RE: Trying to deinterlace a dvd in mkv format - witheringghost27 - 07.03.2023
(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/HomeOfVapourSynthEvolution/VapourSynth-Bwdif/releases/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
RE: Trying to deinterlace a dvd in mkv format - Selur - 07.03.2023
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
RE: Trying to deinterlace a dvd in mkv format - witheringghost27 - 07.03.2023
(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
RE: Trying to deinterlace a dvd in mkv format - Selur - 07.03.2023
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
RE: Trying to deinterlace a dvd in mkv format - witheringghost27 - 07.03.2023
(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.
RE: Trying to deinterlace a dvd in mkv format - Selur - 07.03.2023
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:
- enable Filtering->Vapoursynth->DeGrain->RemoveGrain?
- enable Filtering->Vapoursynth->Add Grain->AddGrain?
- enable Filtering->Vapoursynth->DeNoise->FFT3DFilter?
- enable Filtering->Vapoursynth->DeNoise->DFTTest?
- enable Filtering->Vapoursynth->DeNoise->MC Temporal Denoise?
- resize to a higher resolution (unter Crop/Resize) and enable Filtering->Vapoursynth->Frame->Resizer ?
Cu Selur
RE: Trying to deinterlace a dvd in mkv format - witheringghost27 - 08.03.2023
(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:
- enable Filtering->Vapoursynth->DeGrain->RemoveGrain?
- enable Filtering->Vapoursynth->Add Grain->AddGrain?
- enable Filtering->Vapoursynth->DeNoise->FFT3DFilter?
- enable Filtering->Vapoursynth->DeNoise->DFTTest?
- enable Filtering->Vapoursynth->DeNoise->MC Temporal Denoise?
- 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
RE: Trying to deinterlace a dvd in mkv format - Selur - 08.03.2023
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
|