Hi everyone!
How the correct command to execute the library FFmpeg to convert a wav file to mp3?
I used this:
but I had the follow error:
any ideas?
br,
Paulo Bueno
How the correct command to execute the library FFmpeg to convert a wav file to mp3?
I used this:
B4X:
ffmpeg -i input-file.wav -vn -ar 44100 -ac 2 -b:a 192k output-file.mp3
but I had the follow error:
B4X:
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.
any ideas?
br,
Paulo Bueno
Last edited: