IT-FORUM

IT-FORUM



SearchSearch   Users   Registration   Entrance
Today: 31.03.2026 - 23:45:09
Pages:  1  

AVS scripts and multiple video sources?

AuthorMessage

JawKnee

fluder


Statistics:
Messages: 74
Registration: 09.09.2001

i'm trying to encode 3 transport streams. i ran them through dgindex but they have different PIDs so cant add all together so ended up with 3 d2v files. is there a way to add all 3 into one script? i've tried a few random ideas that popped into my head and searched both avisynth forums, but cant see anything that would help.



Message # 1 30.09.20 - 17:20:20
RE: AVS scripts and multiple video sources?

G.T.

fluder


Statistics:
Messages: 70
Registration: 11.11.2002

You assign each d2v to a different variable in the avs. Example: clip1=mpeg2source("....\1.d2v") clip2=mpeg2source("....\2.d2v") clip3=mpeg2source("....\3.d2v") Then you can append, trim, filter, do whatever you like.



Message # 2 30.09.20 - 17:29:20
RE: AVS scripts and multiple video sources?

Want2race

fluder


Statistics:
Messages: 740
Registration: 10.19.2002

You don't even need three variables (although the variables are typically easier to manage). Code:



Message # 3 30.09.20 - 17:39:25
RE: AVS scripts and multiple video sources?

ccb

fluder


Statistics:
Messages: 106
Registration: 05.31.2002

ahhhh, thank you both :goodpost: i was trying things like --------------------------------- mpeg2source("1.d2v") mpeg2source("2.d2v") and mpeg2source("1.d2v"+"2.d2v") --------------------------------- thank you both, will try tonight. you've made my life a lot easier :)


---------------------
need money for m0ds
Message # 4 30.09.20 - 17:44:23
RE: AVS scripts and multiple video sources?

TIATO

fluder


Statistics:
Messages: 96
Registration: 06.04.2002

just got a change to test it and this worked a treat. thanks again guys :)


---------------------
E36 Component Weight Log
Message # 5 30.09.20 - 17:53:16
RE: AVS scripts and multiple video sources?
group stretch: can Reaper do this? : Previous topicNext topic: PRO TOOLS 6.1 NOW SHIPPING
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants