Gist README
This script loops through all video files in a specified folder, extracts a set number of frames (20 by default), and generates a single sprite sheet (vertical strip) for each video.
- Input Folder: The first argument is the path to the folder containing video files.
- Output Folder: The second argument is the path to the folder where generated sprite sheets will be saved.