VLC HowTo/Extract audio from a file
Jump to navigation
Jump to search
The example under this show how to extract audio from a working video file like file.ts in command line.
vlc file.ts --no-sout-video --sout '#std{mux=raw,dst=file.mp3}'