0

For Windows 7 there is a program called Camastia Studio, which I use to edit videos. I need to edit videos on Ubuntu, so I tried to download Camastia and install it via wine, but it doesn't work. What alternatives do I have for editing videos on Ubuntu?

The suggested software should at least include the following options:

  1. cutting video
  2. adding text to the video
  3. zoom while the video is playing
  4. transitions should be available
Aditya
  • 13,616

2 Answers2

1

I would recommend the program "Openshot". Install it from the Softwarecenter. It is quite good for 1 and 4. Point 3, I don't know. Point 2, there is a title function in Openshot. Or alternatively, there are different subtitle tools, as gnome-subtitles, which could do the job.

0

How about Kdenlive

Kdenlive - a free and open-source video editor for GNU/Linux and FreeBSD

Kdenlive is an intuitive and powerful multi-track video editor, including most recent video technologies. Our software is completely free, as defined by the GNU foundation. Using Kdenlive is investing in a community driven project, which aims to establish relationships between people in order to built the best video tools.

Latest version is Kdenlive 0.9.6, released in april 2013, see announcement and info page.

enter image description here

Some of the features: - (full listing here)

  • Multitrack edition with a timeline and unlimited number of video and audio tracks.
  • Video and audio tracks organized in layers.
  • Tools to create, move, crop and delete video clips, audio clips, text clips and image clips.
  • Configurable keyboard shortcuts and interface layouts.
  • A wide range of effects and transitions. Ability to add custom effects and transitions.
  • Non-blocking rendering using a rendering separate application. Stop, pause and restart rendering. Continue to work on your project without any possible loss of data.
  • Export to standard formats:

    1. DV (PAL and NTSC).
    2. Mpeg2 (PAL, NTSC and HDV) and AVCHD (HDV).
    3. High quality h264.
    4. Non-destructive formats.

Also the Kdenlive Manual might be of interest to you.


Installation:

  • Please refer to their HP, section: Download for detailed information
  • or use Ubuntu Software-Center.

  • Alternatively you can do all the process typing the following command line in a terminal :

sudo add-apt-repository ppa:sunab/kdenlive-release && sudo apt-get update && sudo apt-get install kdenlive

v2r
  • 9,707