Re: [LAU] FFMPEG - Recording sound from jack

From: Chris Caudle <chris@email-addr-hidden>
Date: Tue Aug 08 2017 - 18:11:41 EEST

On Tue, August 8, 2017 9:28 am, list wrote:
> Only Jackd using it - and qjackctl.

Your original email had this as the ffmpeg command:
ffmpeg -f alsa -ac 2 -i hw:1 -f x11grab -s 1920x1080 -r 25 -i :0.0
00screencast.mp4

You are telling ffmpeg to use the ALSA device, but the ALSA device is in
use by jackd.
If you want to have ffmpeg capture the ALSA device then don't start jackd.
 If you want to have ffmpeg use jackd ports then read the ffmpeg man page
for the correct options. The "-f" argument would be jack instead of alsa,
but you have to look at all the details of how to get the ports connected
correctly. I think you need to use qjackctl or jack_connect to connect
the ports after starting ffmpeg.

-- 
Chris Caudle
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
https://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Tue Aug 8 20:15:02 2017

This archive was generated by hypermail 2.1.8 : Tue Aug 08 2017 - 20:15:02 EEST