Ok, I have the video up:
http://www.irongeek.com/i.php?page=videos/building-a-hacklab

Split screen worked well. This is the avisynth script I used:

a =
DirectShowSource("file0003.avi").ConvertToYUY2().LanczosResize(640,480).Trim(300,0,false)
b =
DirectShowSource("issasc_transcoded.avi").ConvertToYUY2().LanczosResize(640,480).Trim(0,0,false)
StackHorizontal(a,b)
#.ConvertFPS(25)

I captured at 25 frames per sec, but I had to use mediacoder to set it to 25
frames again because it came out as some sort of variable frame rate. All in
all, I like the results I got.
_______________________________________________
Pauldotcom mailing list
[email protected]
http://mail.pauldotcom.com/cgi-bin/mailman/listinfo/pauldotcom
Main Web Site: http://pauldotcom.com

Reply via email to