-1

Im looking at video software. Im not sure what else to do? I use to run Cyberlink but cant since Im running the latest version of Ubuntu. What are my options?

2 Answers2

1

I use OpenShot. OpenShot is an open-source program that creates, modifies, and edits video files. This is the most stable and easy to use program on Linux.

To install, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot openshot-doc
Mitch
  • 109,787
0

I use Kdenlive.

Type the following into a terminal: sudo apt-get install kdenlive

It has numerous effect plugins (more than I can keep track of) plus transition plugins. Some of the effect plugins support keyframing. It can also render to any libav (ffmpeg) supported format/container.

hal7df
  • 656