VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Truman.............

    I'm having problems with this. Is this a valid argument for the "trim" command?b I looked at the manual but it wasn't very clear about this.

    #example only
    #random values that compare to my project
    Trim(100,199)
    Trim(254,299)

    this is towards the end of the script after all the resizing is done. Last step I believe. Thanks man!!
    entirely TOO much time on my hands
    -------------------------------------------
    www.easydvdcopy.net
    Quote Quote  
  2. They are valid, but it makes little sense and you will be surprised by the outcome. Usually Trim() function is used with + (Unaligned splice) to edit out frames you don't want. And they are usually used in the beginning of the script, so you can save a lot of unnecessary processing. In the example you gave, you did a lot unnecessary processing, then decided you only needed a small portion of it. It will be better this way:

    Clip=Source()
    Trim(100,199) + Trim(254,299)
    #Filter chains
    Quote Quote  
  3. Thanks man, that makes sense. I'm not sure now as to the reasoning I had for putting it at the end. So, thanks again!!
    entirely TOO much time on my hands
    -------------------------------------------
    www.easydvdcopy.net
    Quote Quote  



Similar Threads

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