View Single Post
Old 23rd March 2009, 22:58   #771  |  Link
MrC
AVStoDVD Dev
 
MrC's Avatar
 
Join Date: Apr 2006
Location: Italy
Posts: 1,302
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.



Bye
__________________
MrC

AVStoDVD Homepage
AVStoDVD @ Doom9 Forum
MrC is offline   Reply With Quote