Selur's Little Message Board

Full Version: Avisynth error when using TDeint
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
With Avisynth's TDeint deinterlacer, when changing "Motion mode" field to "5 field - replace" and "Interpolation" to "modified ELA-2", I get the following error:
Avisynth preview error: -> Script error: the named argument "type" was passed more than once (twice as named or first unnamed then named) to TDeint (F:\temp\tempPreviewAvisynthFile10_00_35_308_tmp.avs, line 14)

For instance, when selecting "4 field - replace", line 14 of the avs script becomes:
TDeint(mode=1,order=0,mthreshL=4,type=3,type=2,edeint=A2,slow=2)
repeating "type" twice.

Hybrid version 2025.05.18.2 running on Windows 11.
Thanks for the info.
Should be easy to fix.
Doh, copy&paste error, Hybrid used 'TDeint(type=3,type=3)' instead of 'TDeint(type=3,mtnmode=3)'. Rolleyes
=> Uploaded a new dev version, which should fix it.

Cu Selur