View Single Post
Old 23rd July 2008, 21:05   #17  |  Link
Sem
Registered User
 
Join Date: Apr 2008
Posts: 40
Quote:
Originally Posted by LoRd_MuldeR View Post
Try this in Avisynth:

Code:
clip1 = DirectShowSource("C:\MyEncode1.foo", audio=false)
clip2 = DirectShowSource("C:\MyEncode2.foo", audio=false)

StackVertical(clip1,clip2)
nice one that works brilliantly much better than having 2 instances of MPC open

i havent tried it yet with my 720p and higher encodes as i doubt i will have enough screen space

but for my dvd encodes this works fine

thanks again
Sem is offline   Reply With Quote