A tiny video toolbox.
VidBox is a tiny but useful tool that allows you to split, merge videos and so on. It is a native GTK program written in Vala.
The homepage of VidBox is: https://coslyk.github.io/vidbox.html
Here is the development page of this project. For the program usage information, please visit the homepage.
You can download the AppImage directly from the Release page.
Following packages are essential for compiling VidBox.
On ArchLinux:
- vala
- meson
- libepoxy
- gtk3
- json-glib
- mpv
On Debian:
- valac
- meson
- libepoxy-dev
- libgtk-3-dev
- libjson-glib-dev
- libmpv-dev
Additional runtime dependencies:
- ffmpeg
Other Linux: Please diy.
Download the source code, then run:
meson build
ninja -C build
sudo ninja -C build install
Translations are welcome. You can edit the .po files in the po
folder. We recommend you to use Poedit to edit po files.