Library for FLV/F4V conversation in C# .NET?

对着背影说爱祢 提交于 2019-12-09 12:36:42

问题


Is there any library that can covert input video (of some specific video files) to f4v or flv programatically in c# .NET?

Thanks in advance.


回答1:


http://ffmpegdotnet.codeplex.com/




回答2:


This code does the trick pretty well: http://jasonjano.wordpress.com/2010/02/09/a-simple-c-wrapper-for-ffmpeg/

ps. you can easily modify it if you need any extra features of ffmpeg. We did, only because we are using it to slice music/videos, but you should be able to use it as is.




回答3:


Take a look at http://www.intuitive.sk/fflib/



来源:https://stackoverflow.com/questions/2782521/library-for-flv-f4v-conversation-in-c-sharp-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!