Question

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

1. Start_recording_mpeg(<encoding>, <fps>, <file>, <etc>)
2. Encode_frame(<raw rgb data>)
3. Finish()
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top