Search code examples
c#winformsdownloadflv

is possible to extract flv, mp3 .. etc. c# Windows Form


is possible to extract flv, mp3 .. etc. c# on a site using windows form c#???

how can I do if it is possible??

Thanks in advance for answers


Solution

  • Yes - however, don't try using any Windows tools to do it. Instead, use a wrapper around FFMPEG: Using FFmpeg in .net?

    In my testing, FFMPEG is far more useful than Windows Media services and far more reliable.