dimtim
6th April 2004, 04:20
Hey uh I don't really know how to describe whats happening, but I have two videos and I am combining them. Whenever each of the videos open the first few frames are really laggy, or jumpy, and then it smooths out to what it should be. I am editing with avisynth and encoding with TMPG. Here is my avisynth code if that helps.
espn = Directshowsource("c:/myvideos/espn/espn1trim.mpg")
espn1 = Directshowsource("c:/myvideos/espn/espn2trim.mpg")
black = BlankClip(espn, length=60, color=$000000)
Alignedsplice(black,espn,black,espn1,black)
See whenever espn loads the first few frames are really jumpy and then it smooths out. The same thing happens when espn1 loads. Does anybody know how to correct this or what the problem may be?
espn = Directshowsource("c:/myvideos/espn/espn1trim.mpg")
espn1 = Directshowsource("c:/myvideos/espn/espn2trim.mpg")
black = BlankClip(espn, length=60, color=$000000)
Alignedsplice(black,espn,black,espn1,black)
See whenever espn loads the first few frames are really jumpy and then it smooths out. The same thing happens when espn1 loads. Does anybody know how to correct this or what the problem may be?