A simple script for generating screenshots with Vapoursynth

A simple script for generating screenshots with Vapoursynth.


About

I’m lazy, and hate changing variables for each batch of screenshots I create. This script accepts input from the command line and generates screenshots using ScreenGen from the awsmfunc Vapoursynth script.

Included is a PowerShell wrapper script (all platforms) to make entering CLI arguments easier. Vapoursynth parses arguments from the global dictionary (so no argparse), which is pretty tedious to type. The PowerShell script gives you tab complete functionality and more input validation. It’s optional – screenshots.vpy works just fine on it’s own.

By default, screenshots are generated with character “tags”, or letters that distinguish them and make them easy to sort. The script will check for existing tags and increment the

 

 

 

To finish reading, please visit source site