Screencasts on Linux Made Easy
Productivity Sauce
Need to create a screencast to demonstrate an application feature or nifty software technique? The easiest way to do this is to install the recordMyDesktop screen recording utility and the gtk-recordMyDesktop graphical front-end to it. Most mainstream Linux distributions include both packages in their repositories, so you can quickly install them using your system's package manager. On Debian-based distros like Sidux, installing both packages is a matter of running the apt-get install recordMyDesktop gtk-recordMyDesktop command.
The utility saves the recorded video as a .ogv file, which is fine if you want to share it with other Linux users. But if you want to share the screencast with the world by uploading it to one of many video services such as YouTube or Vimeo, you have to convert the .ogv file into one of the formats supported by these services. To do this, you need to install two missing pieces first: the mencoder command-line video conversion tool and Windows codecs. Neither Debian nor Ubuntu have these packages in their default repositories, so you have to add a repository containing them. On Sidux (which is based on Debian Sid), you have to add the following repository using either the terminal or Synaptic:
deb http://debian-multimedia.org/ sid main
On Ubuntu, you have to add the Medibuntu repository, and the Ubuntu Documentation Wiki explains how to do this. Run then the following command to reload the repository information and install the mencoder and w32codecs packages:
apt-get update apt-get install mencoder w32codecs
Now you can convert the .ogv screencast into the .avi file using the command below (replace input.ogv and output.avi with the source and target files):
mencoder -idx input.ogv -ovc lavc -oac mp3lame -o output.avi
That's all there is to it.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.
-
The Gnome Foundation Struggling to Stay Afloat
The foundation behind the Gnome desktop environment is having to go through some serious belt-tightening due to continued financial problems.
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
itaka
http://www.jardinpresente.com.ar/trac/itaka/
tip
type in repo URL
Kind regards,
Dmitri
type in repo URL
Of course the repo is called debian-multimedia.org - you've been missing out on the "l"
Best wishes,
rufus
A Non-Debian version
I think
Excellent!
Screencasts on Linux
Ubuntu and Debian are not the only linux distribution