0

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

Smith
  • 5,765
  • 17
  • 102
  • 161
  • See [Anyone know of a set of C# bindings for FFMPEG?](http://stackoverflow.com/questions/271003/anyone-know-of-a-set-of-c-bindings-for-ffmpeg) for a wrapper to ffmpeg, a household name tool for video conversion – Pekka Jan 01 '11 at 12:54
  • i don't understand the link you posted, it doesnt relate to me, or does it? – Smith Jan 01 '11 at 13:11

1 Answers1

0

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

Neera
  • 1,577
  • 8
  • 10