ges-launch-1.0

GStreamer library for creating audio/video editors

Install

All systems
curl cmd.cat/ges-launch-1.0.sh
Debian Debian
apt-get install ges1.0-tools
Ubuntu
apt-get install ges1.0-tools
Arch Arch Linux
pacman -S gst-editing-services
image/svg+xml Kali Linux
apt-get install ges1.0-tools
Fedora
dnf install gst-editing-services
Windows (WSL2)
sudo apt-get update sudo apt-get install ges1.0-tools
OS X
brew install gst-editing-services
Raspbian
apt-get install ges1.0-tools

gst-editing-services

GStreamer library for creating audio/video editors

ges1.0-tools

Tools for use with the GStreamer editing services

The GStreamer multimedia framework and the accompanying GNonLin set of plugins for non-linear editing offer all the building blocks for: * Decoding and encoding to a wide variety of formats, through all the available GStreamer plugins. * Easily choosing segments of streams and arranging them through time through the GNonLin set of plugins. But all those building blocks only offer stream-level access, which results in developers who want to write non-linear editors to write a consequent amount of code to get to the level of non-linear editing notions which are closer and more meaningful for the end-user (and therefore the application). The GStreamer Editing Services (GES) aims to fill the gap between GStreamer/GNonLin and the application developer by offering a series of classes to simplify the creation of many kind of editing-related applications. This package contains command-line tools for GStreamer editing services.