Re: Stripping audio from YouTube .webm files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, January 10, 2013 10:38 am, Ivan K wrote:
> I am able to download .webm files from YouTube with the
> youtube-dl utility.
>
> Now, I would like to be able to take just the
> audio track of such a file and write it to a .ogg or .mp3
> file.  Can someone coach me how to do this?
>
> Thank you for your help.


ffmpeg should allow you to take the audio track.


ffmpeg -i ?whatever.format? -vn -ac 2 -ar 44100 -ab 320k -f mp3 output.mp3




--
Patrick Shirkey
Boost Hardware Ltd
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user



[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux