Dogway / Avisynth-Scripts

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

nnedi3wrap #70

Closed Kuronoe-Ookami closed 1 year ago

Kuronoe-Ookami commented 1 year ago
   ##src
    DGSource("C:\User\coder\prj1.dgi")
    ##ivtc
    TFM(mode=5, slow=2, PP=0)
    Tdecimate(rate=24000/1001)
    ##crop
    #crop(4, 0, -4, 0)
    deep_resize(1920, flat="nnedi3", grain=0, qual=2)
    #ColorMatrix(mode="Rec.601->Rec.709", clamp=3, interlaced=False)

Note: Using Avisynth 3.7.2.3661 + Avspmod last version by Gispo. All your scripts were downloaded today.

I am having this error with nnedi3wrap. What can I do?

Thank you for patience 💯

TSU1_pv2-000239

Dogway commented 1 year ago

TIVTC is outdated to today standards, see here, here, or here.

Post the issue there or if you are bothered call propSet("_FieldBased",0) just after TIVTC (Tdecimate).

You might also need to update AVS+ to v3.7.3 test3.

Kuronoe-Ookami commented 1 year ago

Hi, this one worked fine:

Post the issue there or if you are bothered call propSet("_FieldBased",0) just after TIVTC (Tdecimate).

Thank you very much. 👍

Dogway commented 1 year ago

Nice