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] Can't run Cnr2 noise reduction
#10
There seems to be some sort of color shift when passing the Vapoursynth script to ffmpeg with YV422P10, comparing the outputs through:
# Imports
import vapoursynth as vs
# getting Vapoursynth core
core = vs.core
# Loading Plugins
core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/DenoiseFilter/Cnr2/libcnr2.dll")
# source: 'E:\Output\vapoursynth.mov'
# current color space: YUV422P10, bit depth: 10, resolution: 720x576, fps: 25, color matrix: 470bg, yuv luminance scale: limited, scanorder: progressive
# Loading E:\Output\vapoursynth.mov using LibavSMASHSource
org = core.lsmas.LibavSMASHSource(source="G:/TestClips&Co/files/ProRes/Test Patterns Resolve 422 HQ 10-bit.mov")
org = core.resize.Bicubic(clip=org, format=vs.YUV444P8, range_s="limited")
org = core.cnr2.Cnr2(clip=org, mode="oxx")
org = core.resize.Bicubic(clip=org, format=vs.YUV422P10)
vap = core.lsmas.LibavSMASHSource(source="E:/Output/vapoursynth.mov")
avs = core.lsmas.LibavSMASHSource(source="E:/Output/avisynth.mov")
clip = core.std.StackHorizontal([org, vap,avs])

# Output
clip.set_output()
so 'filtered|Vapoursynth+Encode|Avisnth+Encode'.
[Image: vapoursynth-encoder-wrong-color.png]

Cu Selur
Reply


Messages In This Thread
Can't run Cnr2 noise reduction - by Miranda - 31.01.2022, 19:12
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 19:23
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 19:44
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 20:04
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 20:09
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 20:13
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 20:35
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 20:39
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 21:09
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 21:21
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 21:29
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 21:52
RE: Can't run Cnr2 noise reduction - by Selur - 31.01.2022, 22:02
RE: Can't run Cnr2 noise reduction - by Selur - 07.02.2022, 19:50

Forum Jump:


Users browsing this thread: 5 Guest(s)