View Single Post
Old 24th March 2009, 03:25   #772  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
Quote:
Originally Posted by MrC View Post
You can sobstitute this script line:

Code:
Video = A2DVideoSource("c:\Path_And_Filename.avi", CacheFolder = "C:\YourTempFolder")
with these lines:

Code:
Video1 = A2DVideoSource("c:\Path_And_Filename1.avi", CacheFolder = "C:\YourTempFolder")
Video2 = A2DVideoSource("c:\Path_And_Filename2.avi", CacheFolder = "C:\YourTempFolder")
Video = Video1 + Video2
Please take note that, with a "red" AVS script, AVStoDVD will not correctly compute output size calculation.
Something seems to be missing on that script.

The video came out fine, joined as one. But the audio did not join.

Maybe something like "audio = audio1 + audio2" should be added?
carlmart is offline   Reply With Quote