Anyone know or use an open source MPG to FLV converter that I would be able to use programatically? Preferably .NET . If you know any .NET commercial ones also then I would be grateful of those links too.
Cheers,
Andrew
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.
I think you can do this with FFMPEG.
There is a .NET wrapper for it here.
EDIT:
It looks like the .NET wrapper on codeplex isn’t fully complete. You might want to take a look at the InnerTube project on the coding4fun site as it downloads flv files and converts them to wmv. The source code for that might point you in the right direction.