log: Automatic encoder selection failed for output stream #0:0. Default encoder for format mp3 (codec mp3) is probably disabled. Please choose an encoder manually.
Dim theCmd As String="-i " & File.Combine(shared, "input.wav") & " -write_xing 0 -id3v2_version 0 " & File.Combine(shared, "output.mp3")
Dim id As Long=aMobileFFMPEG.ExecuteAsync(Regex.Split(" ",theCmd))
Dim theCmd As String="-i " & File.Combine(shared, "input.wav") & " -write_xing 0 -id3v2_version 0 " & File.Combine(shared, "output.mp3")
Dim id As Long=aMobileFFMPEG.ExecuteAsync(Regex.Split(" ",theCmd))
I'm still starting programming in this environment (java/android) and there are still some things I really need and I've tried everything without success... Could you help me and other people who have the same difficulty, posting an example and /or step by step how to convert wav files to mp3?