Many of the audio and video programs are just front ends to
ffmpeg or to
VLC. You may find your ffmpeg.exe in various places on your machine (I have 3 at the moment).
You can also call them directly from a command line or command file, but requires some awkward details.
I have set up command files and set them up with a right click menu button in explorer to convert arranged them to exctract the mps from the dvr-ms files my tuner captures from radio or tv.
This is then very convenient in use, with extraction or conversion launched directly from explorer.
Here are some extract that may help: each is a single command line with short comments; use 1 of the three, not the whole thing ....
Text |
1
23
45
67
89
1011
1213
1415
| rem - convert to mp3
rem -how to prevent VLC from opening a window, and how to make it close when finished?rem - single very long line below ....
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv %* --play-and-exit --sout=#transcode{acodec=mp3,ab=192,samplerate=44100,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=%*.vlc.mp3}
rem - extract mp3 from different wrapper (eg .dvr-ms)rem -how to prevent VLC from opening a window, and how to make it close when finished?
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv %* --play-and-exit --sout=#:duplicate{dst=std{access=file,mux=raw,dst=%*.vlc.mp3}
rem - extract to mp3 ~ extract mp3 from different wrapper (eg .dvr-ms)"C:\SVCD2DVD v2.5\ffmpeg.exe" -threads 2 -i %* -acodec copy -vn %*.mp3 |
Happy BE user for several years: but moving to BT Infinity 2 for upload speed.