Can someone recommend to me a good .NET library that can encode and decode MPEG-2 files? If the library can make VOBs for DVD movies, that’d be a plus. I’m looking for something C# specifically.
Share
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.
You could consider the library at the following link:
http://nolovelust.com/post/Another-Simple-C-Wrapper-For-FFmpeg.aspx
Open FFMPEG is a library that has been around for quite some time.
The project at the link mentioned seems to have done what you seek.
You can download the source files from:
http://www.mediafire.com/?z7t7uqztp871xm7
I checked the download link. It works.