Harley Quin
2nd November 2005, 17:34
Hi,
I'm struggling with this: Between two parts I want the first one to be still for two seconds. Which means I want to repeat the last frame of the first part 50 times, before the next part starts. Best thing I got so far is this script (it's a hoot, but it works):
...
mpeg2source("F:\movie.d2v",idct=0)
trim(28438,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(48156,51872)
...
Is there a chance to simplify the second line? Editing would be so much easier, as I want many parts to end this way. I searched the AviSynth manual, and tried search with "slideshow" and "repeating frames" but couldn't get a solution for this particular issue.
Thanks a lot
I'm struggling with this: Between two parts I want the first one to be still for two seconds. Which means I want to repeat the last frame of the first part 50 times, before the next part starts. Best thing I got so far is this script (it's a hoot, but it works):
...
mpeg2source("F:\movie.d2v",idct=0)
trim(28438,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(33180,33180)+trim(48156,51872)
...
Is there a chance to simplify the second line? Editing would be so much easier, as I want many parts to end this way. I searched the AviSynth manual, and tried search with "slideshow" and "repeating frames" but couldn't get a solution for this particular issue.
Thanks a lot