Backwoods
27th April 2005, 03:32
Does Trim make the a/v go out of sync when used this much on with SegmentedAVISource? I've used Trim this much before and have never run into this problem. Is there a way to fix this without recapturing the VHS tape? And yes, the source material is in sync on the later AVIs.
SegmentedAVISource("L_01.avi")
Trim(50,29007)++Trim(33118,48356)++Trim(53824,65790)++Trim(67636,68437)++Trim(72182,80782)++Trim(87300,99440)++Trim(101584,105482)
Crop(8,4,-30,-8)
Lanczos4Resize(720,480)
edit: changed your title a bit.
EDIT: thanks, I just did a recap as one large file and everything worked out fine.
SegmentedAVISource("L_01.avi")
Trim(50,29007)++Trim(33118,48356)++Trim(53824,65790)++Trim(67636,68437)++Trim(72182,80782)++Trim(87300,99440)++Trim(101584,105482)
Crop(8,4,-30,-8)
Lanczos4Resize(720,480)
edit: changed your title a bit.
EDIT: thanks, I just did a recap as one large file and everything worked out fine.