LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 06-29-2007, 01:16 PM   #1
DesignerX
Member
 
Registered: Mar 2007
Posts: 33

Rep: Reputation: 15
Extracting audio from a video file


What program should I use for extracting audio stream from video files ?
 
Old 06-29-2007, 03:35 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You could do it a few ways. Using mplayer the command would look like:

Code:
mplayer -vc null -vo null -ao pcm ./filename.avi
This will create a WAV file named "audiodump.wav" that contains the audio of the video file.

With ffmpeg, the command would look like:

Code:
ffmpeg -i ./filename.mpg -f mp3 audio_filename.mp3
This will dump directly to MP3, which may be better for you.
 
Old 06-29-2007, 04:43 PM   #3
courtrrb
Member
 
Registered: Sep 2003
Location: Iowa, US
Distribution: MDK Since V6.5
Posts: 573

Rep: Reputation: 30
You can also use Avidemux. It gui based & can also save to any file type.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
getting both video & audio from saa7133 tv card to divx file Kropotkin Linux - Hardware 1 08-17-2006 01:37 PM
Extracting audio from mpeg4 video fiacobelli Linux - Software 2 04-12-2006 10:07 PM
How to seperate an audio track from a video file? anindyanuri Linux - Software 2 09-16-2005 01:02 PM
Questions about extracting audio from a movie DJOtaku Linux - General 5 08-29-2005 04:22 PM
mplayerplug-in - Firefox can't play more audio video file -- Please help me b:z Linux - Software 1 04-15-2005 07:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 04:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration