Search code examples
flvmp4

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 that this be purely c# without any other external library?

thanks


Solution

  • 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