How can I send images to x264 one by one?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-02-24T08:16:49Z Indexed on 2010/06/10 7:02 UTC
Read the original article Hit count: 154

Filed under:
|
|

I've got an image generator written in C. Now I want to pass those images to x264 to encode them and write it to a file.

  • Every 100th image should be a key frame in order to save the video to disk every 100th frame.
  • The image generator calls onImageGenerated() after each image.

I'd appreciate any pointers on how to set up x264 in this way.

© Stack Overflow or respective owner

Related posts about c

    Related posts about h264