SyntaxFix
Write A Post
Hire A Developer
Questions
To create a video, you could use opencv,
#load your frames frames = ... #create a video writer writer = cvCreateVideoWriter(filename, -1, fps, frame_size, is_color=1) #and write your frames in a loop if you want cvWriteFrame(writer, frames[i])