LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   unable to extract audio from .flv (https://www.linuxquestions.org/questions/slackware-14/unable-to-extract-audio-from-flv-746059/)

BobNutfield 08-09-2009 07:47 AM

Quote:

Originally Posted by Ilgar (Post 3636372)
When the old -dumpaudio failed to work for the .mp4 files, I started using the following script to extract their audio; it seems to work for .flv files as well:

Code:

mplayer -quiet $1 -ao pcm:fast:file=$2  -vc dummy -vo null -channels 2
Here $1 is the .flv file and $2 is the output filename.

I, too, have been wrestling with this to get an audio track into a video I am doing from a YouTube video. This is the one that finally worked.

Many thanks

Bob


All times are GMT -5. The time now is 02:14 AM.