[13:21:28] <Ironhand> hello, I'm looking to do some image processing/analysis on frames from video files through PIL/Pillow... is there a way to do this purely from within Python, or will I have to save the frames to separate image files using an external program first?
[15:05:27] <wiredfool> Ironhand: there are only a couple of multiframe formats supported in pillow, mainly animated gif and pultipage tiff. So it's likely that you'd need to split with something external, like imagemagick.