Toon_Junkie
11th April 2002, 01:17
Hi,
Hopefully a quick question. Just ran into a situation where I would like to "splice" together two different video and audio streams. Came about because of a ripping issue.
Basically I got most of the stuff in one... ends abrubtly, and the rest in another. I have created 2 d2v files for them and was wondering if there is a way to trim and then join the pieces together for feeding into CCE?
I would imagine something like this... (not correct... but that's why I'm asking)
LoadPlugin("c:\winnt\system32\MPEG2DEC.DLL")
video=mpeg2source("D:\RIP1\gz.d2v")
audio=AVISource("D:\RIP1\audio.wav")
clip1=AudioDub(video, audio)
trim(0,5000)
video2=mpeg2source("D:\RIP1\gz.d2v")
audio2=AVISource("D:\RIP1\audio.wav")
clip2=AudioDub(video2, audio2)
trim(30,0)
unalignedsplice(clip1,clip2)
Does that have any merit??
thanks
Hopefully a quick question. Just ran into a situation where I would like to "splice" together two different video and audio streams. Came about because of a ripping issue.
Basically I got most of the stuff in one... ends abrubtly, and the rest in another. I have created 2 d2v files for them and was wondering if there is a way to trim and then join the pieces together for feeding into CCE?
I would imagine something like this... (not correct... but that's why I'm asking)
LoadPlugin("c:\winnt\system32\MPEG2DEC.DLL")
video=mpeg2source("D:\RIP1\gz.d2v")
audio=AVISource("D:\RIP1\audio.wav")
clip1=AudioDub(video, audio)
trim(0,5000)
video2=mpeg2source("D:\RIP1\gz.d2v")
audio2=AVISource("D:\RIP1\audio.wav")
clip2=AudioDub(video2, audio2)
trim(30,0)
unalignedsplice(clip1,clip2)
Does that have any merit??
thanks