easy2Bcheesy
17th August 2006, 16:07
Hi there,
VirtualDub is able to use an AviSynth file to emulate a capture device, so you essentially can benchmark capture performance without a capture card - I was wondering if any of you guys could help with this issue.
I'm using this script in order to simulate a high definition capture at 720p (with thanks to squid_80 on the development forum):
colorbars(pixel_type="yuy2").bilinearresize(1280,720).trim(0,-1).loop(10000)
However, VirtualDub doesn't like it much at all. When I capture from this script, I get one frame and that's it. Can any of you guys suggest a script that would simulate a 1280x720 input at 59.94fps?
VirtualDub is able to use an AviSynth file to emulate a capture device, so you essentially can benchmark capture performance without a capture card - I was wondering if any of you guys could help with this issue.
I'm using this script in order to simulate a high definition capture at 720p (with thanks to squid_80 on the development forum):
colorbars(pixel_type="yuy2").bilinearresize(1280,720).trim(0,-1).loop(10000)
However, VirtualDub doesn't like it much at all. When I capture from this script, I get one frame and that's it. Can any of you guys suggest a script that would simulate a 1280x720 input at 59.94fps?