Record screencasts with VokoscreenNG

On Air

Author(s):

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).

Figure 1: A quick look at the audio and video formats supported by the system reveals whether any codecs are missing; you can then retroactively install them using Gstreamer plugins.

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.

Figure 2: Using the tab with the monitor icon in the horizontal bar, you can specify whether you want to capture a window, an area, or the entire screen. In multiscreen environments, you can also specify the monitor you wish to capture.

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.

Figure 3: In the third horizontal tab, you define the format, codecs, repetition rate, and desired quality. This is also where you decide whether the mouse pointer can appear in the image.

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.

Figure 4: The configuration tab lets you define settings such as the free disk space limit, and how the application behaves at startup time and during recording.

Two Bars

The VokoscreenNG user interface shows a vertical bar with control elements next to the horizontal bar at startup time. Use the vertical bar to connect the system camera or an external camera as a frame within a frame. The webcam table lets you choose one of three selectable sizes for the recording (Figure 5).

Figure 5: In the first tab of the vertical bar, you select the camera and elect to invert or decolorize the image. If required, you can display the webcam window in three formats up to 640 x 480 pixels.

The info tab, which might be better described as a log, contains full details of the current session. It also offers the option of sending data to the developer to help with troubleshooting. In almost all tabs, you will find small info icons on the right-hand side. Clicking on the icon brings up a window with helpful information on the function.

At the bottom of the window, you will see another control bar with five buttons Start, Stop, Pause, Play, and Folder in all tabs of the horizontal bar. The last button refers to the default directory $HOME/Video, where VokoscreenNG stores its recordings.

You can play back the recordings via the fairly simple integrated player or call up a dialog via Folder to use an external player. In this case, the globally specified application for the format comes into play.

If desired, you can control VokoscreenNG via keyboard shortcuts. Use Ctrl+Shift+F10 to start a recording, Ctrl+Shift+F11 to stop it, or Ctrl+Shift+F12 to pause it.

Conclusions

VokoscreenNG mainly does what it is supposed to do. A few small inconsistencies are probably due to this being an early version. In multiple-screen environments, the magnifying glass only works on the first screen.

In our lab, it was a bit annoying that the magnifying glass window only opened on the second display and could not be moved to the first display. Getting it to the right place required some practice. The countdown timer also only displayed on the second screen, which caused the program to record the second screen instead of the first. And some of the small info icons do not have any content as yet.

Other than these minor issues, VokoscreenNG handled the basic functions very solidly and did not show any weaknesses in the test.