VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Hi, please respect for cats

    I need to set an avisynth script so it cuts (trim) alwais the last 2 seconds of the inputted source

    Is it possible? thanks
    Quote Quote  
  2. Trim(0, int(framecount - framerate*2 - 1))
    Quote Quote  
  3. thanks but seems to don't cut only the last 2 or 3 seconds, seems to have the entire duration without the 2 or 3 seconds.

    If possible I try to have only the last 2/3 seconds, for any source that have duration of at least 4/5 seconds
    Quote Quote  
  4. maybe this?:

    Code:
    Trim(int(framecount - framerate*2 - 100), -0)
    Quote Quote  
  5. Originally Posted by marcorocchini View Post
    thanks but seems to don't cut only the last 2 or 3 seconds, seems to have the entire duration without the 2 or 3 seconds.
    I thought that's what you wanted.


    Originally Posted by marcorocchini View Post
    If possible I try to have only the last 2/3 seconds, for any source that have duration of at least 4/5 seconds
    Reverse the two arguments.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!