Dogway / Avisynth-Scripts

AviSynth+ 3.7.3+ Filters
GNU General Public License v3.0
92 stars 13 forks source link

FilmGrainPlus v2.6 - Emulsion option #93

Open deadman0713 opened 2 weeks ago

deadman0713 commented 2 weeks ago

Hi, having a problem trying to use the Emulsion option in FilmGrain+. No issues using the other options. When the Emulsion option is added I get the below error.

Current script line: FilmGrainPlus(preset="Vision2 5212 100T", str=0.9, size=1.5, bump=0.2, preblur=0.8, skin=0.5, emulsion=1.0) Also tried with just: FilmGrainPlus(emulsion=1.0) - same errors as below

AVSPmod error:

Expr: All inputs must have the same number of planes and the same dimensions, subsampling included
(ExTools10.4.avsi, line 174)
(FilmGrain2.6.avsi, line 330)
(FilmGrain2.6.avsi, line 334)
(FilmGrain2.6.avsi, line 367)
(v3_grain.avs, line 24)

AVISynth r4066

Thank you for looking into it when you get a chance.