Footage is a free and open source simple and easy to use video editing application for Linux. Using Footage, you can Trim, flip, rotate and crop individual video files. You can also resize the video, increase and decrease frame rate, disable audio, select video container format, keyboard shortcut support and more. It is released under GNU General Public License v3.0.
How to Install Footage on Ubuntu
You can install Footage via flatpak package files from the remote flathub. If you don’t have then install flatpak and flathub on your system and restart it after the installation. Run below commands to install flatpak and flathub.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that open the terminal command line application (ctrl+alt+t) and run below Footage flatpak install command. It will install the latest version of Footage video editor on your system.
flatpak install flathub io.gitlab.adhami3310.Footage
You can start Footage app using below command.
flatpak run io.gitlab.adhami3310.Footage
And uninstall Footage using below commands.
flatpak uninstall io.gitlab.adhami3310.Footage
[OR]
sudo flatpak uninstall io.gitlab.adhami3310.Footage