Video and music editing software that can be used on Ubuntu 14.04? I installed Kdenlive, and seems to work okay, except that it tends to slow down the system a little. It also takes a bit of time to get your head around it. But I was wondering if there were other alternatives that I should try out as well.
Asked
Active
Viewed 1,712 times
1
-
I edited your question so that it won't be opinion based.... – Ravan Sep 29 '15 at 07:48
-
we tend to close new list based questions. For the moment I've dupe'd this against an existing Q that gives you various recommendations in this area. – fossfreedom Sep 29 '15 at 07:55
2 Answers
1
OpenShot and Audacity are good video and audio editors respectively.
Installation:
Directly from Software Centre:
From Terminal:(Ctrl+Alt+T)
sudo apt-get install openshot
sudo apt-get install audacity
Alternatively you can use Pitivi video editor,
Installation:
From Software Centre here or from terminal,
sudo apt-get install pitivi

Ravan
- 9,379
0
Handbrake is the best video editor available in my opinion.
Installation :
sudo apt-add-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake
For music editing you should give a try to Audacity which is available in Ubuntu Software center.
Installation :
Or in command line :
sudo apt-get install audacity
Those both applications are free and open-source.