开发者

Best way to combine bitmap images and audio streams into a video using C#

开发者 https://www.devze.com 2023-03-08 15:15 出处:网络
I have looked at some of the VLC wrappers but haven\'t tried them ye开发者_运维问答t. Does anyone have any suggestions?If you can do this in the background and it doesn\'t need to be realtime, I recom

I have looked at some of the VLC wrappers but haven't tried them ye开发者_运维问答t. Does anyone have any suggestions?


If you can do this in the background and it doesn't need to be realtime, I recommend shelling this out to FFMPEG.

FFMPEG can handle tasks like this very easily, and it isn't worth the headache to do this natively in .NET, unless you have to. (If you were, you'd want to look into DirectX.)

There appears to be a C# wrapper for .NET, but I have no experience with it. I should also point out that FFMPEG supports STDIN/OUT.

0

精彩评论

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