Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - 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: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' (/thread-1343.html) |
Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - kingcrimsonster - 03.05.2020 Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - Selur - 03.05.2020 seems like trim does not support named parameters. -> will fix RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - kingcrimsonster - 09.05.2020 Another file - is again the same defect. RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - Selur - 09.05.2020 LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll") Quote:Trim(clip, int first_frame, int last_frame [, bool pad] )see: http://avisynth.nl/index.php/Trim This should work. Still the error is: Quote:Script error: Invalid arguments to function "Trim"-> I'll contact the Avisynth authors,.. Got it you explicitly have to set 0. -> will fix and send you a link to a new dev version in ~1/2 hour. Cu Selur RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - The_Tinkerer - 30.05.2020 Sorry for the stupid question... where is "Trim" in Hybrid? It's not part of "Cut Support" as I don't see any AviSynth script changes when I enable cut support and enter times for it. Is it a custom filter or something? RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - Selur - 30.05.2020 Cut Support should add Trim(),... (does here, for Avisynth and Vapoursynth) Cu Selur RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - The_Tinkerer - 30.05.2020 I had forgotten I rolled back to v2020.02.19.1. Not sure if there were problems with cut support in that version, but when I change back to 2020.05.01.1, it now works. Sorry for my oversight! RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - Selur - 30.05.2020 That old version did not support adding Trim() for it. That was added in 2020.05.01.1, see: http://www.selur.de/changelog Cu Selur |