I am looking for some library or code that will allow me to convert mp4 video to mp3.
I want it to be for free and compatible with the latest .NET framework (4).
Also, if possible, I am looking for a free ffmpeg wrapper than I can have in my vb.net application without trial or messageboxes.
If there is no free ffmpeg wrapper, can someone show me how to perform the conversion from mp4 to mp3 using command line and ffmpeg ?
You can use the following code to process / execute ffmpeg command in vb.net.
In result you will receive ffmpeg output and mp3 audio file. For better encoding performance and parsing ffmpeg output i recommend using ffmpeg wrapper http://www.mediasoftpro.com/media-handler-pro.html