0

I managed capturing video frames from a video card using Black Magic SDK. I can store the video frames.

What I dont know how is it possible to export (render) a video file from captured frames. I would like to create a .mov video from them and store it on HDD.

Thanks for any advice.

gbaor
  • 1,419
  • 3
  • 11
  • 19

1 Answers1

0

Have a look at the FrameByFrame source code, especially the FBQuickTimeExporter class. This code generates a movie from individual NSImage objects at the desired frame rate (wrapped in a FBReel object, but you can ignore that).

waldrumpus
  • 2,540
  • 18
  • 44