Dogway / Avisynth-Scripts

AviSynth+ 3.7.3+ Filters
GNU General Public License v3.0
90 stars 12 forks source link

FilmGrainPlus, presets "5245" and "5274" fail #86

Closed Boulder08 closed 5 months ago

Boulder08 commented 6 months ago

Tried different bitdepths, but the same issue occurs when opening the script.

image

Dogway commented 6 months ago

Works for me in 8 and 16-bit tested. Would you mind sharing your call?

Boulder08 commented 6 months ago

Fortunately it is a very simple script: BlankClip(width=1920, height=1080, length=100, pixel_type="YV12", color=$656565).killaudio() FilmGrainPlus(fast=false,preset="5245").ConvertBits(10)

16-bit BlankClip gives me the same error as well.

Dogway commented 6 months ago

Updated the script, try now with a02ab72341b3597b4aeaacb8d7f3bcb33a68849e, also for #85

Boulder08 commented 5 months ago

Works now :)