Page 1 of 1

Capture .mov video programmatically

PostPosted: Wed Oct 17, 2012 1:26 pm
by gbr8
Hi colleagues.
I managed capturing frames programatically by the BM SDK from a Decklink Studio 2 card.
I can preview captured frames, but I would like to save them into a .mov file. How should I continue?
I thing I coud "collect" and store frames by the frame->get bytes() method.

What i dont know whether the BM SDK is able to export the frames collection to .mov format, or I will need some other libraries to make the video file?

Thanks for reply

Best regards

Re: Capture .mov video programmatically

PostPosted: Thu Oct 18, 2012 12:16 am
by Joshua Helling
this is a good question for the Developers lists!

http://lists.blackmagicdesign.com/mailm ... -developer

Re: Capture .mov video programmatically

PostPosted: Thu Oct 18, 2012 12:23 am
by Kristian Lam
We don't provide the functions to generate a MOV file. You will have to do the MOV file generation yourself.

Re: Capture .mov video programmatically

PostPosted: Thu Oct 18, 2012 12:35 am
by Joshua Helling
Or Kristian can answer it! :mrgreen:

Re: Capture .mov video programmatically

PostPosted: Thu Oct 18, 2012 8:04 am
by gbr8
Ok. Thanks.

Dont you know what is the easiest way to store captured frames to an array of UIImage s?