Process video (canon) mov files

Posted by user613326 on Programmers See other posts from Programmers or by user613326
Published on 2013-06-24T16:16:10Z Indexed on 2013/06/24 16:36 UTC
Read the original article Hit count: 195

Filed under:
|
|

Well i would like to program something to process HDR made by magic lantern a canon add on. That doesnt change the format its just some kind of add on, that can produce HDR video. Its a bit complex to make such videos so i would like to use some math and make it myself and makee the software freeware (as a thanks to the creators of magic lantern).

The problem with that HDR that normal converts have a lot of artifacts, and i would like to make something (for free) using some new algorithms. I have made, this works fine on individual images, my ideas work. I would want to do this on that canon 60d video format. Canons mov format, and am so far out of luck to read that out. It must be possible dough as i know in some projects they do it too.

I would not like to export a movie first to jpg and then back to video as that requires a lot of disk space, i would like to retrieve individual frames, do my math based multiple frames, and then build a new movie on it. The output video can be of any type, avi or mov again.

Does anyone know of a library who can do that ? (read and save),

So i could use it in a C# project (i prefer C# above c++, but c++ is an option to program in to for me).

© Programmers or respective owner

Related posts about c#

Related posts about c++