PaulDotCom mailing list archives

Hacklab presentation, any suggestions


From: irongeek at irongeek.com (Adrian Crenshaw)
Date: Sat, 7 Nov 2009 20:30:21 -0500

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pauldotcom.com/pipermail/pauldotcom/attachments/20091107/6a428170/attachment.htm 


Current thread: