How to write bitmaps as frames to Ogg Theora in C\C++?

前端 未结 2 806
孤城傲影
孤城傲影 2020-12-15 01:28

How to write bitmaps as frames to Ogg Theora in C\\C++?

Some Examples with source would be grate!)

2条回答
  •  醉酒成梦
    2020-12-15 02:07

    Here's the libtheora API and example code.

    Here's a micro howto that shows how to use the theora binaries. As the encoder reads raw, uncompressed 'yuv4mpeg' data for video you could use that from your app, too by piping the video frames to the encoder.

提交回复
热议问题