Closed svenit closed 3 days ago
In the example, I don't see any code decribe about converting to video mp4?
You'll need to implement this yourself with an encoder (usually libx264) + mp4 muxer, FFmpeg is a pretty common go-to for this and it's what we use in Cap, both as a CLI and via its C apis.
In the example, I don't see any code decribe about converting to video mp4?