开发者

Raw rgb frames to mpeg?

开发者 https://www.devze.com 2022-12-11 02:26 出处:网络
Does anybody know of a simple dll that has like 3 main functions, i.e. 1. Start_recording_mpeg(<encoding>, <开发者_如何学Gofps>, <file>, <etc>)

Does anybody know of a simple dll that has like 3 main functions, i.e.

1. Start_recording_mpeg(<encoding>, <开发者_如何学Gofps>, <file>, <etc>)
2. Encode_frame(<raw rgb data>)
3. Finish()


Convert your RGB frames to YUV and then pipe them to ffmpeg as described in this blog entry.

0

精彩评论

暂无评论...
验证码 换一张
取 消