Shotcut is an free open source video editor for Ubuntu. You can find more info at https://shotcut.org Latest version of Shotcut video editor can be installed on Ubuntu using command
1 |
sudo snap install shotcut --classic |
shotcut is also available to be installed from apt, but this is slightly older version than snap. To install from apt, use command
1 |
sudo apt install shotcut |
[…]