Hi,

with the following command I tried to convert an m4a file into an mp3 file with VLC:

Code:
"C:\Program Files\VideoLAN\VLC\vlc" -I dummy -vvv test.m4a --sout=#transcode{acodec="mpga",ab="128","channels=2"}:standard{access="file",mux="raw",dst="%_commanm%.mp3"}
But it doesn’t work. After the last message „core playlist debug: nothing to play“ it seems to stay there forever. The original m4a file is OK and can be played without problem. What’s wrong with my command?

Blanc