This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Avisynth preview error: -> Script error: Invalid arguments to function 'Trim'
#4
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: L:\!_Video\P\!_Single\Erena Sasamiya\[1pondo.tv] [050618_683].mp4
#  input color sampling YV12
#  input luminance scale tv
Source = FFVideoSource("L:\!_Video\P\!_Single\Erena Sasamiya\[1pondo.tv] [050618_683].mp4",cachefile="C:\Windows\Temp\mp4_bf295c8535f08a4ff29e15a7ad73065a_853323747_1_0.ffindex",fpsnum=60000,fpsden=1001,colorspace="YV12")
# cutting from 2218 to end - WARNING: This might cause synch issues
Source = Source.Trim(2218)
# current resolution: 1920x1080
# filtering
# color modifications
SourceFiltered = Source
SourceFiltered = SourceFiltered.Levels(0,1.00,255,0,212,coring=false,dither=true)
# stacking horizontal for filter preview
SourceFiltered = SourceFiltered.ConvertToRGB32(matrix="Rec709")
Source = Source.ConvertToRGB32(matrix="Rec709")
StackHorizontal(Source, SourceFiltered)
PreFetch(6)
return last
Problem is, that I don't the the error:
Quote:Trim(clip, int first_frame, int last_frame [, bool pad] )
Returns a clip starting at first_frame and running up to and including last_frame.
  • For example, Trim(3, 5) returns source clip frames 3, 4 and 5.
  • Remember, AviSynth starts counting at frame 0.
  • If you set last_frame to 0, you will get a clip starting at first_frame and running to the end of the clip.
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. Wink
-> will fix and send you a link to a new dev version in ~1/2 hour.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Avisynth preview error: -> Script error: Invalid arguments to function 'Trim' - by Selur - 09.05.2020, 06:28

Forum Jump:


Users browsing this thread: 1 Guest(s)