Thread: Vapoursynth
View Single Post
Old 29th September 2017, 22:34   #2744  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,555
Quote:
Originally Posted by lansing View Post
I uploaded a sample profile and preset for the Neatvideo4 demo version here, it takes 2 arguments instead of 7 in the older version
sample profiles

sample script:
Code:
ProfilePath = r'sample_noise_profile.dnp'
PresetPath = r'sample_preset.nfp'

core.avs.LoadPlugin(r"VDubFilter.dll")
core.avs.LoadVirtualdubPlugin(r'NeatVideo4.vdf', 'NeatVideo', 1)

clip = core.ffms2.Source('abc.mp4')

clip = core.resize.Bicubic(clip, matrix_in_s="709", format=vs.COMPATBGR32)

clip = core.avs.NeatVideo_2(clip, ProfilePath, PresetPath)
Odd, seems to work correctly here the whole time. The processing it does is a simple level/color adjustment, right?

Even with a load of seeking. The demo doesn't have some odd frame processing limit?
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote