Ask Your Question

Yharaskrik's profile - activity

2015-04-16 00:07:43 -0600 asked a question Building a video file

Hello, within my program I would like to actually build a video file (not record from camera for load a video). I am working on a program that detects thermal contours and parses it so instead of having to go out and get a bunch of videos I plan to write an algorithm that will create multiple video by just writing pixel values and then run those against the program as Unit tests.

I do not really know how to actually build a video by writing pixels, so some help with that would be great!

What I was thinking of doing was just creating each frame independently and adding those in sequence?