Quantcast Avisynth: Multiple Sources in one Script? - digitalFAQ.com Forums [Archives]
  #1  
09-18-2003, 03:58 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
How can I put 6 multiple sources into script ?

I have 6 clips and I want to encode them into one KVCD, so how has my "Directshowsource("J:\)" to look exactly ???
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
09-18-2003, 06:25 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
You could do that like this:
Code:
DirectShowSource("C:\My Documents\movie_1.mpg) ++
\DirectShowSource("C:\My Documents\movie_2.mpg) ++
\DirectShowSource("C:\My Documents\movie_3.mpg) ++
\DirectShowSource("C:\My Documents\movie_4.mpg) ++
\DirectShowSource("C:\My Documents\movie_5.mpg) ++
\DirectShowSource("C:\My Documents\movie_6.mpg) ++
each source has to be the same resolution but if they're not, you can resize each seperately like this:
Code:
a=AviSource("C:\My Documents\movie_1.avi",false). LanczosResize(528, 462, 2, 0, 476, 352)
b=AviSource("C:\My Documents\movie_2.avi",false). LanczosResize(528, 462, 2, 0, 476, 352)
c=AviSource("C:\My Documents\movie_3.avi",false). LanczosResize(528, 462, 2, 0, 476, 352)
d=AviSource("C:\My Documents\movie_4.avi",false). LanczosResize(528, 462, 2, 0, 476, 352)
e=AviSource("C:\My Documents\movie_5.avi",false). LanczosResize(528, 462, 2, 0, 476, 352)
f=AviSource("C:\My Documents\movie_6.avi",false). LanczosResize(528, 462, 2, 0, 476, 352)

movie=a+b+c+d+e+f

AddBorders(movie, 0, 9, 0, 9)
ren
Reply With Quote
  #3  
09-19-2003, 12:12 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
Biggie Up to me man rendalunit
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: MA script for interlaced sources? Boulder Avisynth Scripting 52 04-03-2004 02:47 PM
Avisynth: optimal script for dvd sources? CheronAph Avisynth Scripting 6 12-16-2003 07:54 AM
DVD2SVCD: Script for Interlaced sources azel Video Encoding and Conversion 3 11-02-2003 11:29 AM
Avisynth: Multiple D2Vs in one script? PyRoMaNiA Avisynth Scripting 2 03-21-2003 11:07 AM
Avisynth: Multiple Avi Sources? urban tec Avisynth Scripting 4 01-16-2003 10:41 PM

Thread Tools



 
All times are GMT -5. The time now is 05:40 PM  —  vBulletin © Jelsoft Enterprises Ltd