[FFmpeg-user] Is there a better way to do this

Cecil Westerhof Cecil at decebal.nl
Sat Apr 19 12:31:42 CEST 2014


I am using:
ffmpeg -async 1
       -f alsa
       -ac 1
       -i hw:1,0,0
       -f x11grab -s 1920x1080
       -r 25
       -i :0.0
       -acodec libmp3lame
       -ar 22050
       -ab 64k
       -qscale:video 4
       2014-04-19_12:24.avi

Works reasonably well. But in the man page I do not see the parameter
'-ab' described. Should I use something else for this?


I also get:
[swscaler @ 0x13d3100] deprecated pixel format used, make sure you did set range correctly

What am I doing wrong here?


And if I could do this otherwise better I would like to hear about it.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


More information about the ffmpeg-user mailing list