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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.