![]() |
[BUG] Avisynth error when using TDeint - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Avisynth error when using TDeint (/thread-4168.html) |
Avisynth error when using TDeint - sharkeylaser - 24.07.2025 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. RE: Avisynth error when using TDeint - Selur - 24.07.2025 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)'. ![]() => Uploaded a new dev version, which should fix it. Cu Selur |