Search found 4 matches

Go to advanced search

by senglory
12 Jul 2023 22:25
Forum: VLC media player for Windows Troubleshooting
Topic: convert WMV video to MP3 audio file via command line
Replies: 11
Views: 4719

Re: convert WMV video to MP3 audio file via command line

I'm getting back with converting to MP3. For most of WebM files my VLC with this command vlc.exe "1.webm" -I dummy -vvv --sout="#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=raw,dst='C:\Users\user\Videos\1.mp3'}" vlc://quit creates an M...
by senglory
14 Apr 2023 10:39
Forum: VLC media player for Windows Troubleshooting
Topic: convert WMV video to MP3 audio file via command line
Replies: 11
Views: 4719

Re: convert WMV video to MP3 audio file via command line

Looks like you didn't specify any audio codec. Nope, if I use this cmd line vlc.exe "GPID.webm" -I dummy -vvv --sout="#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=dummy,dst='C:\Users\sengl\Videos\GPID.mp3'}" I get the MP3 file, but VL...
by senglory
13 Apr 2023 22:48
Forum: VLC media player for Windows Troubleshooting
Topic: convert WMV video to MP3 audio file via command line
Replies: 11
Views: 4719

Re: convert WMV video to MP3 audio file via command line

To extract the wma2 audio track, use a command like this:- vlc "f:\tmp\x.wmv" -I dummy -vvv --sout="#transcode{vcodec=none}:std{access=file,mux=asf,dst='F:\tmp\x.wma'}" vlc://quit Used this command with "vlc://quit" at the end - VLC just exits and produces a zero-lengt...

Go to advanced search