Record screencasts with VokoscreenNG
On Air
The VokoscreenNG screencast tool offers many options but is still surprisingly easy to use.
A screencast is a screenshot with moving pictures. Like a screenshot, a screencast opens up the possibility of explaining complex processes in a way that is more effective than words. Screencasts play an important role in explaining how to use programs in both professional and private contexts.
Several screenshot applications inhabit the Linux space, including RecordMyDesktop, SimpleScreenRecorder, and the not-necessarily-intuitive OBS Studio. One screencast tool that was popular in the past and is now making a comeback is Vokoscreen. Volker Kohaupt has been developing the Vokoscreen screencast app since 2013. In 2019, development slowly stopped; after the 2.5.8 release there were no further updates. But in 2020, VokoscreenNG 3.0 was released [1]. The "NG" stands for new generation, and the latest version of Vokoscreen does indeed include some innovations that should make it popular with a new generation of Linux users.
The developer completely rewrote the tool and gave it a modern interface based on the Qt framework. Instead of Ffmpeg, the Gstreamer [2] multimedia framework, which already supports use with Wayland, now runs in the background. This, in turn, makes VokoscreenNG fit for cooperation with the Pipewire [3] audio-video framework, which could eventually replace Gstreamer, Pulseaudio, and Jack.
VokoscreenNG is well suited for recording on-screen processes for demonstration purposes. It can also record audio and display webcam output in a separate window. The application is also useful for recording video conferences. The resulting recordings can be retroactively edited with an external video editor and uploaded to platforms such as YouTube.
Quickly Installed
Like previous versions, VokoscreenNG is available for both Linux and Windows. The repositories of many distributions currently contain both the old vokoscreen (version 2.5.x) and the new vokoscreen-ng (version 3.x). When installing via the package manager, make sure you choose the right name and version. The current version is 3.0.3.
On Debian and derivatives, you install VokoscreenNG with the command from the first line of Listing 1. Users with Fedora need the command from the second line. On openSUSE, use the command from Line 3; running the command from Line 4 installs a package in Snap format on your hard disk. An AppImage is already in development [4], but there is no Flatpak thus far.
Listing 1
Installing
$ sudo apt install vokoscreen-ng $ sudo dnf install vokoscreenNG $ sudo zypper install vokoscreenNG $ sudo snap install vokoscreen-ng
Format Questions
Before you start, you should think about the formats in which you need the audio and video data for the intended purpose. When you launch VokoscreenNG for the first time, you will first want to click on the tab with the blue info icon on the right in the horizontal bar to see which formats the software supports (Figure 1).
To be able to use as many formats as possible, you will want to install the gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, and gstreamer1.0-plugins-libav libraries (for Debian: gstreamer1.0-libav) on your system. On Windows 10 you need a complete codec pack [5].
VokoscreenNG supports the MKV, WEBM, AVI, MP4, and MOV video formats with the x264 and VP8 codecs. Audio formats supported by the program include MP3, FLAC, OPUS, and Vorbis.
Seven Tabs
You can start configuring the settings for a recording in the first tab, in which you specify whether you want to record a full screen, a window, or a freely definable area (Figure 2). If there are several monitors connected to the computer, you can select one of them for full-screen recording. If required, you can also switch on a magnifying glass to highlight certain areas.
In the tab to the right, you can select an optional webcam and, if needed, a microphone. In the third tab, set the refresh rate for the image, the format for the video, the codecs, and the video and audio data quality (Figure 3). In terms of frame rate, the program supports modern displays with up to 144Hz. Parameters such as the video format, codecs, and above all, the quality have a decisive influence on the size of the resulting video.
In the fourth tab, you can define settings such as minimizing on startup or the behavior of the window during recording (Figure 4). The tab with the dial symbol offers a timer that starts and stops recording at predefined times. The last tab, which has the question mark, includes links to the homepage and source code, as well as the online help and other things.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe 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
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
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.