> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# VokoscreenNG: Open Source Screencasting Tool
- URL: https://itsfoss.com/vokoscreenng/
- Published: 2020-02-24T13:13:15.000Z
- Updated: 2023-09-29T13:17:14.000Z
- Description: Vokoscreen, open source screencasting tool, has been reborn as vokoscreenNG. It is created from scratch using Qt and GStreamer. In this week’s open source software highlight, let’s take a look at vokoscreenNG.
- Author: Abhishek Prakash
- Tags: Applications

[Vokoscreen](https://github.com/vkohaupt/vokoscreen?ref=itsfoss.com) was one of the [best screen recording software for Linux](https://itsfoss.com/best-linux-screen-recorders/). Despite its rather ‘outdated looking’ interface, it had a decent userbase.

For some time, vokoscreen didn’t see updates and eventually it was discontinued.

The good news is that vokoscreen is not entirely dead. It’s reborn as [vokoscreenNG](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html?ref=itsfoss.com).

![Vokoscreenng Screenshot](https://itsfoss.com/content/images/wordpress/2020/02/vokoscreenng-screenshot.png)

VokoscreenNG Interface

The NG in vokoscreenNG stands for New Generation and rightly so because it’s been created from scratch using [Qt](https://www.qt.io/?ref=itsfoss.com) and [Gstreamer](https://github.com/GStreamer/gstreamer?ref=itsfoss.com).

**It is available for both Linux and Windows**.

## Features of VokoscreenNG

VokoscreenNG has all the standard features you would expect in an standard screen recording tool.

![VokoscreenNG screencast tool](https://itsfoss.com/content/images/wordpress/2020/02/vokoscreenng-screenshot-1.png)

You can record the entire desktop, a specific area or a specific application window. You can zoom in, add a delay before starting the recording.

You can choose the output video format, codec (like x264), frame rates and other such parameters.

![Set Timing VokoscreenNG](https://itsfoss.com/content/images/wordpress/2020/02/set-timing-vokoscreenNG.png)

Set time duration for the recording

You can also limit the disk space usage or set a fixed time duration for the recordings.

![Webcam Record Vokoscreenng](https://itsfoss.com/content/images/wordpress/2020/02/webcam-record-vokoscreenNG.png)

Record the webcam

You can also record the webcam (if you were having a video-conference).

There are more features that you can explore while using VokoscreenNG.

## Installing VokoscreenNG on Linux

VokoscreenNG is under active development and doesn’t have DEB packages at the time of writing this article. AppImage and other packages are in pipeline.

At present, you can install it on **Fedora** using the following command:

```
sudo dnf install vokoscreenNG
```

On **openSUSE**, you can use:

```
sudo zypper install vokoscreenNG
```

For Ubuntu and other Ubuntu-based distributions, you can use an [unofficial PPA](https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/apps?ref=itsfoss.com) created by Jim of [Ubuntu Handbook](http://ubuntuhandbook.org/?ref=itsfoss.com).

```
sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt update
sudo apt install vokoscreen-ng
```

Learn more about [using PPA](https://itsfoss.com/ppa-guide/). You should also know [how to remove applications installed via PPA](https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/).

For other distributions, you’ll have to [install it from source code](https://itsfoss.com/install-software-from-source-code/) which I don’t recommend specially when you are a regular user. Wait for some time and you should have ‘easy to install’ packages available. Till then [use Kazam](https://itsfoss.com/kazam-screen-recorder/) or [SimpleScreenRecorder](https://itsfoss.com/record-screen-ubuntu-simplescreenrecorder/) for this purpose.

[VokoscreenNG on GitHub](https://github.com/vkohaupt/vokoscreenNG?ref=itsfoss.com)

## **Wrapping up…**

Vokoscreen was a popular tool 6-7 years back. I am glad to see that it is reincarnated into vokoscreenNG and is being actively developed now.

Have you used vokoscreenNG already? If yes, how’s your experience with it? If not, will you be giving it a try? Do share your views in the comment section.