Re: how to get audio from youtube?

2012-12-11 Thread Waitman Gobble
On Dec 11, 2012 8:19 PM, "Gary Kline" wrote: > > > is there a way I can get the audio off u-toob? > > -- > Gary Kline kl...@thought.org http://www.thought.org Public Service Unix > Twenty-six years of service to the Unix community. > >

Re: how to get audio from youtube?

2012-12-11 Thread Gary Kline
On Tue, Dec 11, 2012 at 08:38:23PM -0800, Waitman Gobble wrote: > On Dec 11, 2012 8:19 PM, "Gary Kline" wrote: > > > > > > is there a way I can get the audio off u-toob? > > > > -- > > Gary Kline kl...@thought.org http://www.thought.org Public Service > Unix > > Twenty-si

Re: how to get audio from youtube?

2012-12-11 Thread Polytropon
On Tue, 11 Dec 2012 20:17:05 -0800, Gary Kline wrote: > > is there a way I can get the audio off u-toob? Depends. The FreeBSD solution: 1. Use youtube-dl (it's in ports) to download the file. 2. Use ffmpeg -i to get the audio converted to MP3. This process can be scripted if you req