-1

I know this actually might not belong here. But this is a Question Im asking myself since months.

I need a "better" video cutting software. I already tried everything opensource available, but i need a better one. Do you know any good Linux software or do you know which commercial programms run under wine?

(I would use programms similar to the Magic video deluxe or similar if I would know, if they run without problems under wine.)

frog
  • 18

2 Answers2

0

You can install Cinelerra.

As seen on wikipedia, Cinelerra is a video editing and compositing software package.

It is designed for the GNU/Linux operating system.

Install it by adding the community repository:

sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra-cv

Its UI is more complicated than other opensource video editors, but it does the job... :)

0

Blender is what works best for me if you need a bit more a professional program.

frog
  • 18