Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to convert AVI to FLV files in a ASP.NET application but I can't shell any EXE program. So the command line program ffmpeg.exe is not my solution.
Can I use ffmpeg.dll library to convert AVI files? And is there a sample showing how to do it?
Posted

1 solution

Yes, you can.

There are several fairly stable .net wrappers for ffmpeg.

ffmpeg-sharp[^] and the tao framework[^] (tao site appears to be down right now, so I don't know what's going on with this project, but it seemed all fine a few months ago, the The wikipedia page[^]) doesn't mention any closure). You can still download the bits from their sourceforge page[^]

Both of these projects are open source so you can check out the code as a sample if you would rather do things yourself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900