Linux
Ubuntu/Mint PPA
This PPA currently publishes packages for Ubuntu, including official and derivative distributions.
- Ubuntu 23.10 Mantic (Daily-Live))
- Ubuntu 23.04 Lunar
- Ubuntu 22.10 Kinetic
- Ubuntu 22.04 Jammy
- Ubuntu 20.04 Focal
To install Videomass add this PPA to your system:
$ sudo apt-add-repository ppa:jeanslack/videomass
$ sudo apt-get update
$ sudo apt install python3-videomass
For any other application-related issues, please read Known Problems and Bug Reports pages.
ArchLinux
Videomass is available on the Arch User Repository as AUR package .
Can be installed by using pacaur/yay/etc.
after activating AUR on Arch Linux, or in AUR part of Manjaro (Arch Linux derivative) Linux.
Mageia 8
Exists a third-party repository for Mageia 8 that have a rpm package for videomass. The repository comes from BlogDrake The Official Community for Spanish Talking Users.
To add this repo, first you have to configure the Official Mageia repositories then:
For i586 - 32bit systems
su -
urpmi.addmedia --wget --distrib https://ftp.blogdrake.net/mageia/mageia8/i586
urpmi videomass
exit
For x86_64 - 64bit systems
su -
urpmi.addmedia --wget --distrib https://ftp.blogdrake.net/mageia/mageia8/x86_64
urpmi videomass
exit
AppImage format
Portable
About AppImage format
Minimum requirements:
- All Ubuntu flavors based on 18.04 LTS x86_64 version.
- x86_64 architecture.
- FFmpeg version 3.1.5
Successfully tested on the following Linux distributions:
- Xubuntu 18.04 LTS x86_64
- Ubuntu 20.04 LTS x86_64 (by installing libsdl2 or ffmpeg first)
- Debian 10 buster x86_64
- Debian 11 bullseye x86_64
- Fedora 32 x86_64 (Workstation Edition)
- Manjaro 20.0.3 (Lysia) x86_64
- Devuan 4.0 Chimaera amd64
- Slackware 15.0 x86_64 (full installation from DVD)
For any application-related issues, please read Known Problems and Bug Reports pages.