开发者

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

开发者 https://www.devze.com 2022-12-29 04:18 出处:网络
Is there any library that can covert input video (of some specific video files开发者_开发技巧) to f4v or flv programatically in c# .NET?

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.


http://ffmpegdotnet.codeplex.com/


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消