Quantcast Avisynth: Multiple D2vs in one Script? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
03-20-2003, 03:46 PM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
Is there a way to load several D2V files in a single script?
I tried just 4 MPEG2Source lines but just got an error.
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  
03-20-2003, 04:17 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
hi PyRoMaNiA,

You can do that with a script like this:
Code:
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("D:\Program Files\video tools\MovieStacker_v1.1.1\MovieStacker\Filters\MPEG2Dec.dll")

a=Mpeg2Source("C:\clipa.d2v").BilinearResize(528, 366, 14, 0, 692, 480).
\AddBorders(0, 57, 0, 57)
b=Mpeg2Source("C:\clipb.d2v").BilinearResize(528, 366, 14, 0, 692, 480).
\AddBorders(0, 57, 0, 57)
c=a+b
convertToYUY2(c)
The two clips need to be the same resolution though.

ren
Reply With Quote
  #3  
03-21-2003, 11:07 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Why to use Converttoxxx() multiple times supermule Avisynth Scripting 36 10-12-2005 03:11 PM
Avisynth: Multiple Sources in one script? Bchteam Avisynth Scripting 2 09-19-2003 12:12 AM
Avisynth: Multiple D2V files with Mpeg2Dec3 ? ak47 Avisynth Scripting 0 06-29-2003 11:41 PM
Avisynth: Multiple Avi Sources? urban tec Avisynth Scripting 4 01-16-2003 10:41 PM
Avisynth: Concatenating multiple AVI files? Scav Avisynth Scripting 4 05-20-2002 07:21 AM




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