Linux: "video to mp3"

From Luky-Wiki
Revision as of 19:06, 14 March 2014 by Lukas Dzunko (talk | contribs) (Step 1 extract audio from video file)

Jump to: navigation, search

...........................


Step 1 extract audio from video file

ffmpeg is powerful video converter. It can be used to "extract" sound track from video files by using correct options.

ffmpeg -i video_file.suffix -vn output.wav

-i = input, -vn = no video proccessing