Sample Header Ad - 728x90

Jitter while screen recording with avconv

2 votes
0 answers
243 views
I've figured out how to record decent quality with avconv now, the problem that remains which I also have experienced with ffmpeg and recordmydesktop is that my desktop background keeps flickering through. I've disabled the desktop effects in Linux Mint 16 Petra, running Cinnamon. This is how it looks: Jitter How can I avoid this? Should I use another Desktop Environment like XFCE? The command I am using: $ avconv -f alsa -ac 2 -i plughw:2,0 -f x11grab -s 1920x1080 \ -r 30 -i :0.0 -acodec libvorbis -ar 44100 -vcodec huffyuv grab.avi
Asked by Jonathan M. Hethey (173 rep)
Apr 21, 2014, 12:38 PM
Last activity: May 15, 2022, 11:09 PM