Airw0lf
28th February 2002, 09:04
In avisynth you can choose between aligned or unaligned splicing of .avis. However in virtualdub I can't seem to figure out how to do aligned splicing. If you use "append .avi segment", what you get is unaligned splicing as if you were joining segmented capture files. Is there any way to do aligned splicing??
PS, for those who aren't sure about the difference, this is what the avisynth reference guide has to say...
"AlignedSplice and UnalignedSplice join two or more video clips end to end. The difference between the filters lies in the way they treat the sound track. UnalignedSplice simply concatenates the sound tracks without regard to synchronization with the video. AlignedSplice cuts off the first sound track or inserts silence as necessary to ensure that the second sound track remains synchronized with the video.
You should use UnalignedSplice when the soundtracks being joined were originally contiguous--for example, when you're joining files captured with AVI_IO. Slight timing errors may lead to glitches in the sound if you use AlignedSplice in these situations."
PS, for those who aren't sure about the difference, this is what the avisynth reference guide has to say...
"AlignedSplice and UnalignedSplice join two or more video clips end to end. The difference between the filters lies in the way they treat the sound track. UnalignedSplice simply concatenates the sound tracks without regard to synchronization with the video. AlignedSplice cuts off the first sound track or inserts silence as necessary to ensure that the second sound track remains synchronized with the video.
You should use UnalignedSplice when the soundtracks being joined were originally contiguous--for example, when you're joining files captured with AVI_IO. Slight timing errors may lead to glitches in the sound if you use AlignedSplice in these situations."