VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. i have been trying to do something with avisynth,
    but i just cant get it to work.

    i have an avi file of lets say 10000 frames.
    i want to use avi synth to frameserve, but i only need
    certin frames of the avi.
    the frames i need are the folowing frames :

    300 - 3400
    5000 - 7600
    9000 - 9900

    i just couldnt find a command that i can do that with.

    is it even possible?

    if its not possible in a single file frameserving i will do it
    one part after the other and multiplex them after i encode.

    whould you please write for me the line that i need ?

    thanks in advance 8)
    HELL AINT A BAD PLACE TO BE
    Quote Quote  
  2. AVISource("E:\myfile.avi")
    clip1=Trim(300,3400)
    clip2=Trim(5000,7600)
    clip3=Trim(9000,9900)
    clip1++clip2++clip3

    Should do the trick.
    Quote Quote  
  3. rob1 you are a life saver, i will try it right now.

    thanks!
    HELL AINT A BAD PLACE TO BE
    Quote Quote  
  4. it works grate, thanks again.
    HELL AINT A BAD PLACE TO BE
    Quote Quote  



Similar Threads

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