Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Ralf Mardorf
PS: If you don't know how to get rid of PA, because there's a hard dependency to pulseaudio by one package, then recompile this package without PA dependency or simply build an empty dummy package for pulseaudio, e.g. by using http://www.debian.org/doc/manuals/apt-howto/ch-helpers.de.html .

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Ralf Mardorf
On Mon, 13 May 2013 07:38:31 +0200, Hörmetjan Yiltiz wrote: On Mon, May 13, 2013 at 12:02 PM, Chris Bannister < cbannis...@slingshot.co.nz> wrote: On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: > > It'll be much simpler if you have PulseAudio installed. Check out: JFTR. I found t

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Ralf Mardorf
On Mon, 13 May 2013 06:02:57 +0200, Chris Bannister wrote: On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: It'll be much simpler if you have PulseAudio installed. Check out: JFTR. I found the exact opposite! Removing PulseAudio made everything work. I'm using different distros

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Hörmetjan Yiltiz
On Mon, May 13, 2013 at 12:02 PM, Chris Bannister < cbannis...@slingshot.co.nz> wrote: > On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: > > > > It'll be much simpler if you have PulseAudio installed. Check out: > > JFTR. I found the exact opposite! Removing PulseAudio made everything >

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-12 Thread Chris Bannister
On Thu, May 09, 2013 at 01:42:01AM +, T o n g wrote: > > It'll be much simpler if you have PulseAudio installed. Check out: JFTR. I found the exact opposite! Removing PulseAudio made everything work. -- "If you're not careful, the newspapers will have you hating the people who are being op

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-08 Thread T o n g
On Thu, 09 May 2013 00:11:20 +0800, Hörmetjan Yiltiz wrote: > I'd like to capture a song [1] played via http protocol using firefox. I > wish I could find the file itself in tmpfs but I just could not find it. > > Now I'd like to record the song myself using ffmpeg or avconv ( or even > VLC ), as

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-08 Thread Rob Owens
On Wed, May 08, 2013 at 06:50:31PM +0100, pete smout wrote: > On 08/05/13 17:11, Hörmetjan Yiltiz wrote: > >I'd like to capture a song [1] played via http protocol using firefox. I > >wish I could find the file itself in tmpfs but I just could not find it. > > > >Now I'd like to record the song mys

Re: Howto: Record playing audio only via ffmpeg/avconv

2013-05-08 Thread pete smout
On 08/05/13 17:11, Hörmetjan Yiltiz wrote: I'd like to capture a song [1] played via http protocol using firefox. I wish I could find the file itself in tmpfs but I just could not find it. Now I'd like to record the song myself using ffmpeg or avconv ( or even VLC ), as lossless as possibe. How