Questions tagged [video-editing]

Questions about video editing software and their related topics, not to be confused with [video-conversion].

Questions about video editing software and their related topics, not to be confused with , which rather deals with 1:1 conversion issues.

Video editing software is covered on Wikipedia: List of video editing software

Popular non-linear editing tools include:

Freeware:

518 questions
264
votes
6 answers

Cut part from video file from start position to end position with FFmpeg

I have a video file of 30 minutes, but I want to extract a video from 00:09:23 to 00:25:33. I can define the startposition with -ss, but I couldn't find one for the end position. Any help please?
x74x61
  • 3,061
207
votes
3 answers

How do I trim a video using Handbrake?

I can't seem to figure out the solution to a very simple problem. I want to trim a video in Handbrake and keep the video as is (resolution, encoding, etc), just chop off the first few seconds, but I can't find out how.
user400424
  • 6,294
98
votes
10 answers

How can I remove multiple segments from a video using FFmpeg?

I am trying to delete a few sections of a video using FFmpeg. For example, imagine if you recorded a show on television and wanted to cut out the commercials. This is simple with a GUI video-editor; you just mark the beginning and ending of each…
Matias
  • 1,289
63
votes
4 answers

How to cut at exact frames using ffmpeg?

I'm trying to use ffmpeg to cut video files at precise times. The ffmpeg help shows an option -timecode_frame_start to specify the starting frame but I am unable to get this command to work. The resulting video always starts at the beginning of the…
curmil
  • 1,135
60
votes
4 answers

How do I reduce the size of a huge MP4 video?

I have a 4GB MP4 video file that I shot with the HD Flip Mino. How do I reduce it to no more than 1GB without losing too much quality?
user1413
  • 4,494
49
votes
3 answers

How can I crop a video to a part of the view?

I have a video that shows the following and I would like to crop it to this: How can I do it?
Martin Thoma
  • 3,604
  • 10
  • 36
  • 65
47
votes
7 answers

crossfade between 2 videos using ffmpeg

I've been trying to achieve a crossfade transition between 2 video clips using ffmpeg but have failed so far. I'm new to ffmpeg and am mostly relying on tweaking what I can find in the documentation and existing examples online. From what I read so…
user342545
43
votes
5 answers

Command-line video editing in Linux (cut, join and preview)

I have rather simple editing needs - I need to cut up some videos, maybe insert some PNGs in between them, and join these videos (don't need transitions, effects, etc.). Basically, pitivi would do what I want - except, I use 640x480 30 fps AVI's…
sdaau
  • 6,008
41
votes
6 answers

How to rotate a video file 90 degrees using Ubuntu via a Python script or command line command?

I want to use Ubuntu and preferably standard packages such as FFmpeg to rotate a 3GP video file by 90 degrees in any direction. Preferably a command line or Python script. How can I do that?
justinhj
  • 1,412
40
votes
5 answers

Greenscreen (aka chroma key) effect with a webcam?

This is not the blue screen of death I am speaking of, but the process called bluescreening (also known as green screen, or Chroma Key). It removes a particular colored background from an image so that it can be superimposed on some other…
Axxmasterr
  • 7,966
36
votes
4 answers

Accurately cut video files from command line

I'm having trouble finding a cli application that can take a video file (avi, mkv, and mp4 preferably) and cut out very short clips (2-6 seconds) with precision time accuracy. I've tried ffmpeg, mencoder, avidemux, and mp4box but they all cut on…
curmil
  • 1,135
28
votes
2 answers

Increase Volume of an MKV Video from Linux Terminal

I've got a large amount of .MKV video files which seem to all play at a very low volume - I end up having to turn the TV up all the way to hear them, which is really irritating when I switch to another channel and wake the dead because it's so…
26
votes
2 answers

Split Up a Video Using FFMPEG through Scene Detection

I saw this thread, which almost exactly does what I want, but I'm actually looking for splitting on scene detection. Automatically split large .mov video files into smaller files at black frames (scene changes)? For example, let's say I have a woman…
aronchick
  • 1,038
19
votes
3 answers

Lossless universal video format

I am trying to find the most suitable lossless video format for 1280x720 25fps video. The video has 4 minutes. Sound will be 320 kbps mp3, that is not a big deal. Ideal conditions: Lossless (can be perceptionaly lossless) Container + codec can be…
mrkva
  • 291
19
votes
4 answers

Concatenating ogg video files from the command line

Okay. I've got a few ogg files I've created using a desktop recording tool. I've transcoded them using ffmpeg once (mainly to clip out the beginnings and the ends). Now, I have 3 such files which I want to concatenate into a single .ogv file. I…
1
2 3
34 35