Python Forum

Full Version: want to use PIL on individual frames of videos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to run a video through a program and use a PIL script on one frame per second. What would be the best library to use for this? thanks.