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
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
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.
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