Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm using PiTiVi to edit a long lecture, and I'd like to split it into manageable chunks, then rearrange the pieces. However, I don't see a good way to do that in PiTiVi; apparently, I would have to cut a clip out, discard everything else, and save the clip for each clip I want to extract. Is there an Ubuntu application that's designed to slice videos into clips, or an application that can do it well?

share|improve this question

9 Answers

kdenlive is (in my experience) the easiest software which will allow you to perform that task in a few steps and without problems. Even so, the OpenShot Video Editor project is also useful but it yet needs lots of hard work to get closer to the kdenlive.

Here are a screenshot of the kdenlive and openshot respectively:

enter image description here

enter image description here

I would suggest you to take a look at this post: Editing High Definition Video in the Israel Remix Team Distro Forum, where I documented my experiences using several of these tools during the research process for a pro-multimedia system.

Good luck!

share|improve this answer
Kdenlive is my favourite. All other linux editors crashed when using MOV files from my Kodak Zi8 camera. Easy to use and very powerful. – Ramon Suarez Jun 16 '12 at 6:52
Not sure what's going on with my edit. Looks fine in editing mode but here its messed up. – Insperatus Sep 5 '12 at 20:59
Sorry, I can't understand. Do you mind giving further details? If you think necessary please open a question about your issues. Thank you! – Geppettvs D'Constanzo Sep 5 '12 at 21:17
Sorry about the OT intrusion and thanks for your cordiality, I'll take it where appropriate. Good day! – Insperatus Sep 6 '12 at 23:32

OpenShot Video Editor looks promising. Have you checked it?. Checkout the features: http://www.openshot.org/features/

To install it just open a terminal and run the following commands:

sudo add-apt-repository ppa:jonoomph/openshot-edge
sudo apt-get update
sudo apt-get install openshot openshot-doc

Just give a try. alt text

share|improve this answer
If he is using maverick it is in the repository – Sabacon Nov 11 '10 at 6:26
Openshot FTW! :) – OpenNingia Nov 11 '10 at 14:16

I like kdenlive for finishing up as well or clipping out small chunks...but if he wants to split a LARGE lecture into smaller pieces he could try:

ffmpeg -i input.mpg -ss 00:00:10 -t 00:00:30 out1.mpg -ss 00:00:35 -t 00:00:30 out2.mpg

discussion of the command is here: http://ubuntuforums.org/showthread.php?t=480343

share|improve this answer

I use Kdenlive, but I wouldn't be surprised if you could even slice video this way in PiTiVi:

  1. Create a new project with your full lecture.
  2. Set your start and end points for the first "manageable chunk" in the clip monitor.
  3. Drag from the video in the clip monitor down to your timeline. It will be just the chunk you chose.
  4. Set new start and end points in the clip monitor and repeat as needed.
share|improve this answer
I've looked around, and I can't find any way to divide a long clip into multiple shorter clips that I can easily manage. There is no "clip monitor"; PiTiVi is very simple (and I mean that in a good way!) Obviously, I could just cut up the video and reorganize the unnamed chunks in the timeline, but I'd like to know if there's a better way. – Evan Kroske Nov 11 '10 at 6:05

My preference for easy video clipping has always been avidemux Install avidemux

Just set the video and audio encoding to Copy and choose the container format you want, within reason.

share|improve this answer

Try Avidemux Install avidemux

sudo apt-get install avidemux

or LiVES Install lives

sudo apt-get install lives

more here.

share|improve this answer

In PiTiVi 0.13.5 (Ubuntu 10.10) I was able to simply select a clip and go to Timeline > Split (or just press "S").

share|improve this answer

Pitivi too complex? Well... I suggest you learn how to use the mouse then lol

Anyway, I always use Kdenlive. Just import the video, drag it onto the timeline, click on the spot where you want to split it, right-click it, and choose cut. Then remove the part you don't need.

share|improve this answer
Thanks for the helpful suggestion, but for what I need they are too complex. Note that I didn't say too difficult to use, just unnecessarily bloated for my purposes. I ended up using openshot – jfoucher Aug 22 '11 at 23:06
@jfoucher: you should accept Geppettvs's answer then ;) – Takkat Aug 23 '11 at 7:31

For cutting, merging, scaling etc one can use … Blender (yes, this 3D editor, but it has also video editing part). You need workout some 20-min tutorial to survive the interface, but then it appears to be unexpectedly pleasant to use.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.