Skip to content
Advertisement

Tag: video

generate video pixel by pixel, programmatically

I’d like to generate an animation pixel by pixel programmatically. Preferably in Hi-Def, in Python or in Ruby. I thought about using PIL to make each frame and then convert the frames into video. Is there a better way to do this? EDIT: Clarification, this is 2D and I need the pixels to be precise. EDITEDIT: Something like this: Would

Creating thumbnails from video files with Python

I need to create thumbnails for a video file once I’ve uploaded to a webapp running python. How would I go about this… I need a library that can basically either do this for me, or that can read the image frames out of video files (of several formats) automatically. Answer A simple combination of PyMedia and PIL would do

Advertisement