I want convert video from .wmv to .mp4 in c#. I was search around google and the result is ffmpeg library. But i don't know use it in c#. Please show me solution or source demo for this problem.
Asked
Active
Viewed 3,685 times
1 Answers
1
There is a number of .NET wrapper libraries for ffmpeg. A quick search gives these results:
Another approach may be simply calling the ffmpeg executable from within your application and providing the proper command line arguments. Here is an example
Also, your question could be framed a bit better. Check out how to ask a question