Hello, I hope this is the right place to post. What I'd like to do is create a script for vdub that I can call through a recursive batch file. I want vdub to decimate the video file by the framerate of the video (manually changing it is fine, the only videos I'll be processing all have the same framerate) and then export as an image sequence all via CLI. I see that it's possible to run vdub with a script argument but I'm not sure how to create one or what to even put in it if I did know.

i.e. I want vdub to:
>open video.avi
>set decimate to 30
>export image sequence with filename=video as .jpg in the same directory

I read somewhere that it's possible to run vdub with a .vcf configuration file, maybe it would be possible to set those settings in the GUI and then export them as a .vfc?

Thanks,
Ryan