Page 1 of 1

Conversion from mkv to mp3 not working

Posted: 31 Mar 2020 19:19
by Srancamon
Hi,

So I'm trying to convert a .mkv file to a .mp3 file however when I go to select the Destination file, the output file is still a .mkv file.
When I do finish the conversion, the result is still a .mkv file with only the audio and no video.

https://pastebin.com/jqBYKWNK

Thanks

Re: Conversion from mkv to mp3 not working

Posted: 31 Mar 2020 21:27
by Ed Edison
Hi,

An example for Windows 10, last release, VLC 3.0.6 who works fine.

(3.0.6) vlc.exe --no-repeat --no-loop -I rc -vv --no-lua "G:\Try\Test.mkv" --no-sout-video :sout=#transcode{acodec=mp3,ab=256,channels=2,samplerate=48000,scodec=none}:file{mux=mp3,dst="G:\Try\Test.mp3"

If problem, see the Log file; if no problem, you can delete -I rc -vv.

Good luck