简体   繁体   中英

How to wrapper ffmpeg to convert video in c#

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM