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:

480 questions
214
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
  • 2,491
  • 4
  • 14
  • 7
154
votes
2 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
  • 4,744
  • 7
  • 18
  • 28
84
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,141
  • 1
  • 9
  • 12
58
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,294
  • 16
  • 47
  • 58
46
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
  • 895
  • 2
  • 8
  • 8
44
votes
2 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,255
  • 9
  • 30
  • 60
42
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…
Mugba
  • 563
  • 1
  • 6
  • 8
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,740
  • 7
  • 39
  • 59
38
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
  • 4,660
  • 7
  • 51
  • 76
29
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
  • 895
  • 2
  • 8
  • 8
28
votes
6 answers

Rotate a video file 90 degrees using Ubuntu

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,262
  • 4
  • 17
  • 27
22
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
  • 988
  • 2
  • 10
  • 22
21
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…
The How-To Geek
  • 5,812
  • 8
  • 40
  • 47
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…
Noufal Ibrahim
  • 689
  • 4
  • 15
16
votes
10 answers

What is the best software to split and join avi files?

What is the best software to split and join avi files without losing quality (lossless) in Windows?
softwarematter
  • 3,879
  • 21
  • 60
  • 87
1
2 3
31 32