Apologies to Chandler who has to read this twice now; I've had pretty good success with avconv/ffmpeg to grab desktop and audio, followed up with kdenlive for additional edits. Don't have to grab the whole desktop if you don't want to, like so:
avconv -f alsa -i hw:0 -f x11grab -show_region 1 -i :0.0+140,180 -s 1024x768 -b:v 6500k -b:a 192k -y /tmp/out.avi grabs sound via alsa off first soundcard (-i hw:0) at 192k bitrate (-b:a 192k) at 140/180 x/y offset on the desktop for a size of 1024x768 with a video bitrate of 6500k, with a nice outline around the region that is being captured(-show_region 1) . you can rescale to more common video sizes using the '-vf scale=' option. On Sun, Jan 3, 2016 at 6:28 AM, vmlinux <[email protected]> wrote: > After reading Steve's post about Statifier I got to thinking; where is a > good desktop recording for Linux ? I used to use Wink[1] but the guy hasn't > put out a Linux update in a long time. > > Anyone have a recommendation for something like RecordMyDesktop[2] which > allows you to insert notes/balloons, pause for user interaction, and/or mix > the video down into different formats? > > [1] http://www.debugmode.com/wink/ > [2] http://recordmydesktop.sourceforge.net/about.php > -- > Sent from a Mobile device. > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > >
_______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
