rip audio from video file
Posted: 27 Mar 2014 00:00
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
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:
A target file is located at:
I tried the following but got error messages.
Can someone show me how to enter the correct command?
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}'