Deb 7
I'm attempting to rip the audio from some Video files located in my Music Directory. I don't know any reason why I would need to convert (transcode?) into different formats.
Searching this forum, the closest command I could find is:
Code: Select all
vlc --no-sout-video dvdsimple:///dev/scd0@1:1 :sout='#std{access=file,mux=raw,dst=./file.ac3}'
Code: Select all
/home/rooster/Music/CLASSICAL/Aram Khachaturian Gayane Ballet Suite Adagio.mp4
Code: Select all
vlc –no-sout-video /home/rooster/Music/CLASSICAL/Aram Khachaturian Gayane Ballet Suite Adagio.mp4@1:1 :sout='#std{access=file,mux=raw,dst=./file.ac3}'