digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Different files in one script? (http://www.digitalfaq.com/archives/avisynth/8673-avisynth-different-files.html)

Hydeus 03-18-2004 06:41 PM

Avisynth: Different files in one script?
 
Since I know that I can do this with VDR, this question may be unaswered or unsolved, but .. ;)
Example: I've got one file 640x480 and another 640x470.
Already know that when I want to open them with
Quote:

a=avisoure(fiel1)
b=avisource(file2)
a++b
it doesn't work "Frame sizes don't mach"

Is it posible to set first file on script and add to it resize function, then add another file and add resize, ...etc ...., then a++b++....., and then main filter part of the script ?
Thx for explanation, if egzists :lol:

Dialhot 03-18-2004 06:49 PM

I answered this question this afternoon ;-)

http://www.kvcd.net/forum/viewtopic....714&highlight=

Hydeus 03-18-2004 06:55 PM

Thx Phil :)
I've founded this few secons ago by my self :)
Thx again for response.

Dialhot 03-18-2004 06:59 PM

Note : in your particular case, don't bother : add a 5 pixels border in top/bottom of your second file : Addborder(0,5,0,5)

Or cut 5 pixels from the first one : Crop(0,5,0,-5)


All times are GMT -5. The time now is 09:25 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.