GenoSV
4th September 2005, 21:32
Ok, I got a bit of a problem.
I got an episode of a tv series and it's captured in 8 parts (I would guess there was 6 commercial breaks and that's why it became like this).
I now want to join those 8 files together into one AVI file without re-encoding it, so I turned to VirtualDubs Direct Stream Copy function.
The problem is that the audio track is a little shorter or alittle longer than the video track (around 100ms or so on each file), and it seems like VirtualDub uses something similiar to AviSynth's UnalignedSplice filter and just add the audio onto the previous audio track etc. So thanks to that I get audio/video sync problems (at some parts almost none, at some parts like almost half a second).
Is there any way to fix this without having to re-encode the video stream?
I tried the AlignedSplice function in AviSynth, although then the video becomes YUV12 and get's like reeeally big if I use Direct Stream Copy on it.
Anyone have a solution?
I am very thankfull for any help I can get.
//geno
I got an episode of a tv series and it's captured in 8 parts (I would guess there was 6 commercial breaks and that's why it became like this).
I now want to join those 8 files together into one AVI file without re-encoding it, so I turned to VirtualDubs Direct Stream Copy function.
The problem is that the audio track is a little shorter or alittle longer than the video track (around 100ms or so on each file), and it seems like VirtualDub uses something similiar to AviSynth's UnalignedSplice filter and just add the audio onto the previous audio track etc. So thanks to that I get audio/video sync problems (at some parts almost none, at some parts like almost half a second).
Is there any way to fix this without having to re-encode the video stream?
I tried the AlignedSplice function in AviSynth, although then the video becomes YUV12 and get's like reeeally big if I use Direct Stream Copy on it.
Anyone have a solution?
I am very thankfull for any help I can get.
//geno