开发者

Need help Mixing Video and Text and save into another file

I need to add text, image over video and save mixed file into another new video file.I know about DirectShow but will allow to play video with text but i am not sure how i can save this mixed video for future use.Please help.

Thanks,开发者_高级运维 Firoz Khan


There are DirectShow filters for video compression and writing to files. I don't know if this is directly available in .NET, but it's pretty easy in C++. You simply remove rendering filter, and put there compression filer --> multiplexing filter --> file writer filter.

You can try it in GraphEdit. You can also find useful C++ source code examples in DirectShow SDK.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜