convert FLV to MP4 with C#
i want to convert FLV to MP4 with C#, i have vs2008. are there any examples, or open libraries etc that i can use to achieve this?
is it possible tha开发者_JAVA技巧t this be purely c# without any other external library?
thanks
This link might help you. You may use MediaFoundation or DirectShow API to transcode and the link I shared might help you do the same form manged code. This assumed you have FLV decoder filter and H.264 encoder filers installed as MFT or DMO
精彩评论