View Single Post
Old 30th April 2020, 17:08   #16  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by Groucho2004 View Post
Any chance you can post a script to reproduce?
A normal script
Even with the version without arrays, it pops.
Code:
SourceFile = ScriptDir() + "Your source"

video=LWLibavVideoSource(SourceFile, cache=False)
audio=LWLibavAudioSource(SourceFile, cache=False)
audioDub(video, audio)
#SelectEven()

MCTemporalDenoise(settings="low",  sigma=4, strength=150, tovershoot=1,  GPU=true)
prefetch(4)

#Spline36Resize(1920, 1080)
SuperResXBR(Passes=1, Soft=0.0, XbrSharp=1.0, fWidth=1920, fHeight=1080)

UnsharpMask(strength=60, radius=3, threshold=8)
__________________
Live and let live
gispos is offline   Reply With Quote