[FFmpeg-user] recording screen with audio to webm

Phil Turmel philip at turmel.org
Mon Oct 3 19:34:27 CEST 2011


On 10/03/2011 11:45 AM, 3589157 3589157 wrote:
> Hello. I'm trying to record directly to webm using f.e. this command:
> 
> 
>   ffmpeg -f alsa -ac 2 -i pulse -an -f x11grab -r 30 -s 1440x900 -i :0.0
> -threads 4 -y 1.webm
> But I get only video without a sound(not from microphon nor from internal
> sound).
> Any ideas?

Option "-an" means "no sound".

HTH,

Phil


More information about the ffmpeg-user mailing list