Cinecred is a free and open source film end credits maker application for Linux, Windows, MacOS. Using Cinecred, you can easily create credits and it also reads the credits data from an MS Excel, LibreOffice, or Google spreadsheet. It comes with basic default template, integrated player, option to insert fonts, logos, pictures, videos and many more.
Download Cinecred [Windows,Linux,MacOS]
How to Install Cinecred on Ubuntu
Download the latest Cinecred in native .deb package file from the above download link and save it on your Downloads folder. Open the terminal app (ctrl+alt+t) and run below apt install command.
sudo apt install ./Downloads/cinecred*.deb
[OR]
sudo apt install ./Downloads/cinecred-1.7.0-x86_64.deb
Note: Here “cinecred-1.7.0-x86_64.deb” is the downloaded file name. you can change above command based on your file name.
You can open it using below command or via Show Apps Ubuntu application menu.
cinecred
Install Cinecred via AppImage
Download Cinecred in portable AppImage file format from the Cinecred download page and save it on your Downloads folder. In terminal run below commands one by one.
cd Downloads
sudo chmod +x ~ cinecred-1.7.0-x86_64.appimage
./cinecred-1.7.0-x86_64.appimage
Install Cinecred via Flatpak:
You can also install Cinecred via below flatpak install command.
flatpak install flathub com.cinecred.cinecred
And open Cinecred using below command.
flatpak run com.cinecred.cinecred