Re: [LAU] Stripping audio from YouTube .webm files

From: Julien Claassen <julien@email-addr-hidden>
Date: Thu Jan 10 2013 - 01:50:50 EET

Hello Ivan!
   youtube-dl offers an option to automatically extract audio see:
youtube-dl --help
   youtube-dl --extract-audio -T URL
   should render a file with a name of the video and audio only. Youneed avconv
and avprobe or ffmpeg and ffprobe for this to work.
   If you can't manage those tools, then ue mplayer. the -dumpaudio and
-dumpfile options are your friends. Something like this should do the trick:
mplayer -dumpaudio -dumpfile output.ogg input.webm
   As far as I know, .webm has an OGG/Vorbis audio stream, so this should work.
If not, I have a script to convert any mplayer-=supported file format into
mp3.
   Warm regards
         Julien

----------------------------------------
http://juliencoder.de/nama/music.html
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Thu Jan 10 04:15:02 2013

This archive was generated by hypermail 2.1.8 : Thu Jan 10 2013 - 04:15:03 EET