How to record your desktop in Linux - Printable Version +- howtothings.co.uk (https://www.howtothings.co.uk) +-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4) +--- Forum: Operating System and Software Support (https://www.howtothings.co.uk/forumdisplay.php?fid=17) +--- Thread: How to record your desktop in Linux (/showthread.php?tid=530) |
How to record your desktop in Linux - Mark - 14-11-2010 How to record your desktop in Linux Linux is in many ways, a "step behind" windows. As I've totally moved over, i found myself needing to record my desktop / windows / selected area to produce things such as youtube videos. You're going to need two programs, gtk record my desktop to do the actual recording then mencoder to encode your video from .ogv (Ogg Theora) into .avi Steps 1) Installing gtk record my desktop; Code: sudo apt-get install gtk-recordmydesktop 2) Installing mencoder Code: sudo apt-get install mencoder 3) Once you've installed gtk record my desktop it's available under Applications > Sound and Video > gtk-recordMyDesktop Open it. Here's the main program: We need to change a few things, click Advanced. Frames per second: 6 Encode On the Fly: Yes Zero Compression: No Quick Subsampling: No Full shot at every frame: Yes Back to the main window, to choose what to record, make a selection in the window in the top left (you'll see your monitor(s). Once you've done so you'll see a rectangle appear around the section that's being recorded. Hit record. To stop the recording, go to your task bar (top bar) and hit the grey square. It'll then turn in to a red circle, (when the recording has stopped). By default, the recordings are stored in your home folder. OK, so now you have a .ogv file, pretty useless especially if you want to upload to youtube. Converting ogv files in to avi Code: mencoder -idx inputfile.ogv -ovc lavc -oac mp3lame -o output.avi :tux RE: How to record your desktop in Linux - talentsfromindia - 22-04-2011 I also use linux and and also donot have any way to record on desktop but the detailed steps provided by you are really helpful. (22-04-2011, 02:50 PM)talentsfromindia Wrote: I also use linux and and also donot have any way to record on desktop but the detailed steps provided by you are really helpful. RE: How to record your desktop in Linux - Drumm - 22-04-2011 Why no ffmpeg? Also, Talentsfromindia has the best quote in his PM. I recognise it from somewhere, not quite sure. RE: How to record your desktop in Linux - Mark - 23-04-2011 talentsfromindia doesn't have a signature, focus Dom, keep your eye on the game. RE: How to record your desktop in Linux - Drumm - 23-04-2011 Sorry. Broken seat. I'm way to far under the screen than is fair to anyone. |