Generate name for PoRes now force generates
mkv.mov container name
---
Seems you still use old havsfunc.py script (edited for fft3dfilter only) inside Hybrid build instead of new universal (fft3dfilter/neo_fft3d) version you posted on github
---
faac binary seems still broken, so i just replace it with working one from Hybrid 2018. Hope it is ok like this.
---
OpenCL Deinterlace
WORKS!!!
But i need to manually set Device: 1. If i use Device: -1 (autodetection?) it don't works. (it may be because my GPU installed at bottom pci-e slot instead of usual top slot)
Source VOB file (29.970 FPS duration 52s) rendered to ProRes with QTGMC Placebo with BOB (59.94 FPS):
OpenCL render finished after 00:00:54.713
CPU render finished after 00:01:52.309
---
Same as before KNLMeansCL in QTGMC Denoiser combined with "Placebo" or "Very Slow" preset gives me horizontal lines artifact.
---
FIltering -> Denoise -> KNLMeansCL (Test 1)
ERROR KERNEL PANIC:
Device type: auto Device: (disabled)
VS preview window start without error but show me bright yellow oversaturated image artefact instead of noise reduction.
When i decide to select Channels: RGB instead of "auto" computer just turned off because kernel panic
FIltering -> Denoise -> KNLMeansCL (Test 2)
ERROR:
I reset Denoise settings and now select Device type: gpu Device: 1.
Code:
Failed to evaluate the script:
Python exception: knlm.KNLMeansCL: no compatible opencl platforms available!
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile01_40_59_773.vpy", line 32, in <module>
clip = core.knlm.KNLMeansCL(clip=clip, device_type="gpu", device_id=1)
File "src/cython/vapoursynth.pyx", line 2069, in vapoursynth.Function.__call__
vapoursynth.Error: knlm.KNLMeansCL: no compatible opencl platforms available!
FIltering -> Denoise -> KNLMeansCL (Test 3)
ERROR:
Device type: cpu Device: (disabled)
Code:
Failed to evaluate the script:
Python exception: knlm.KNLMeansCL: the opencl device does not support this video format!
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile01_48_55_174.vpy", line 32, in <module>
clip = core.knlm.KNLMeansCL(clip=clip, device_type="cpu")
File "src/cython/vapoursynth.pyx", line 2069, in vapoursynth.Function.__call__
vapoursynth.Error: knlm.KNLMeansCL: the opencl device does not support this video format!
De Grain -> MCDegrainSharp (OpenCL)
WORKS
De Grain -> SMDegrain (OpenCL Device: 1)
ERROR:
Code:
Failed to evaluate the script:
Python exception: SMDegrain() got an unexpected keyword argument 'opencl'
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile02_13_19_804.vpy", line 28, in <module>
clip = havsfunc.SMDegrain(input=clip, interlaced=False, pel=4, opencl=True, device=1)
TypeError: SMDegrain() got an unexpected keyword argument 'opencl'
AntiAliasing -> DAA (OpenCL Device: 1)
WORKS
AntiAliasing -> Saniag (OpenCL Device: 1)
WORKS
AntiAliasing -> Nedi3AA (OpenCL Device: 1) no error, but i can't see any AA effect with it.
AntiAliasing -> MAA
ERROR:
Code:
Failed to evaluate the script:
Python exception: There is no function named SangNom
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile02_43_38_298.vpy", line 35, in <module>
clip = muvsfunc.maa(clip)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/muvsfunc.py", line 991, in maa
aa_clip = core.sangnom.SangNom(aa_clip).std.Transpose()
File "src/cython/vapoursynth.pyx", line 1934, in vapoursynth.Plugin.__getattr__
AttributeError: There is no function named SangNom
AntiAliasing -> AAF
ERROR:
Code:
Failed to evaluate the script:
Python exception: There is no function named SangNom
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile02_44_49_352.vpy", line 34, in <module>
clip = havsfunc.aaf(inputClip=clip)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 5333, in aaf
aa = aa.sangnom.SangNom(aa=aay)
File "src/cython/vapoursynth.pyx", line 1934, in vapoursynth.Plugin.__getattr__
AttributeError: There is no function named SangNom
Resizer -> NNEDI3 (GPU)
ERROR:
Code:
Failed to evaluate the script:
Python exception: NNEDI3CL: pscrn must be 1 or 2
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile02_38_27_362.vpy", line 33, in <module>
clip = edi_rpow2.nnedi3cl_rpow2(clip=clip, rfactor=4, nns=1, pscrn=4)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/edi_rpow2.py", line 23, in nnedi3cl_rpow2
return edi_rpow2(clip=clip,rfactor=rfactor,correct_shift=correct_shift,edi=edi)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/edi_rpow2.py", line 63, in edi_rpow2
clip=edi(clip,field=1,dh=1)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/edi_rpow2.py", line 21, in edi
return core.nnedi3cl.NNEDI3CL(clip=clip,field=field,dh=dh,nsize=nsize,nns=nns,qual=qual,etype=etype,pscrn=pscrn)
File "src/cython/vapoursynth.pyx", line 2069, in vapoursynth.Function.__call__
vapoursynth.Error: NNEDI3CL: pscrn must be 1 or 2
Other -> Frame Interpolation -> Interframe/SVP (GPU as well as unchecked GPU)
ERROR:
Code:
Failed to evaluate the script:
Python exception: There is no attribute or namespace named svp1
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile02_53_21_637.vpy", line 26, in <module>
clip = havsfunc.InterFrame(clip, Tuning="smooth", NewNum=30, NewDen=1, GPU=True, OverrideAlgo=1) # new fps: 30
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 3988, in InterFrame
return InterFrameProcess(Input)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 3964, in InterFrameProcess
Super = clip.svp1.Super(SuperString)
File "src/cython/vapoursynth.pyx", line 1443, in vapoursynth.VideoNode.__getattr__
AttributeError: There is no attribute or namespace named svp1
Other -> Frame Interpolation -> MVToolsFPS
WORKS
Other -> Add Logo
ERROR:
Code:
Failed to evaluate the script:
Python exception: Overlay() got an unexpected keyword argument 'oberlay'
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile03_24_24_823.vpy", line 33, in <module>
clip = havsfunc.Overlay(base=clip, oberlay=logo, mask=alpha)
TypeError: Overlay() got an unexpected keyword argument 'oberlay'