-1

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.

1 Answers1

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

Community
  • 1
  • 1
flyte
  • 1,242
  • 11
  • 18