24.07.2025, 16:13
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.
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.