Log in

View Full Version : screen capture directly in avisynth - possible?


kilg0r3
16th September 2002, 20:13
i there a function inside avisynth which can make frame captures and save them as individual files?

something like

SelectRangeEvery(280,1)
saveToBmp(test*, *.bmp)

which would give some files test01.bmp, test02.bmb, etc

i know ican do sth like that in vdub. but if you do it more than two times it ... .

WarpEnterprises
16th September 2002, 20:42
No way with AviSynth alone.
But why don't you use VirtualDub >> Save image sequence ?

kilg0r3
17th September 2002, 08:12
i do, but, it is a very 'complicated' way to do that even more so because vdub does never remeber the directory, the pre/suffix etc.

a plugin for avisynth would be very appreciated. i think there are a number of people who would like such a thing, for example such avid testers as iago, matter etc.

WarpEnterprises
17th September 2002, 09:55
Ok, now I see.
IMHO VirtualDub could/should be the "partner" program for such things and I'm sure such extensions can be implemented (such as belgabor's great AVS-preview and editor).
Maybe you can add such things here (http://sourceforge.net/tracker/?atid=359649&group_id=9649), although I'm not sure how much Avery looks at this.