How to Trim Video Using FFmpeg and Its Best Alternative

This article is a full guide on FFmpeg trim video in different situations. We’ll also finish it by looking at how you can achieve the same results using Free HD Video Converter Factory – a free video cutter without complicated command lines. Free download the software and learn the detailed procedure below:
https://www.videoconverterfactory.com/download/hd-video-converter.exehttps://www.videoconverterfactory.com/download/hd-video-converter.exe

Vita Vita | Apr 14, 2023

How to Trim Video with FFmpeg

How to Trim Video with FFmpeg Alternative

How to Trim Video Using FFmpeg?

FFmpeg offers different commands to cut the beginning, middle part, or end of your video file. As a command-line utility, FFmpeg provides lots of filters to process media files. To cut a specific segment of the video, you will use the parameter -ss, which can be used in multiple ways to cut different parts from your video. Also, FFmpeg enables you to trim a video without re-encoding using the command -c:v copy -c:a copy. Let’s take a look at some examples of FFmpeg trim video.

Step 1. Download FFmpeg on your computer. Extract the executable files and put ffmpeg.exe in the same folder as the video file you want to cut.

Step 2. Type in CMD in the address bar to run the FFmpeg Command window.

Step 3. Put in the command line to trim video using FFmpeg.

Step 4. Press Enter to start the process and export the final file.

Trim Video FFmpeg

Cut Any Part from a Video

ffmpeg -i input.mp4 -ss 00:05:10 -t 00:10:00 -c:v copy -c:a copy output1.mp4
input.mp4 is the MP4 video you will trim in FFmpeg, -ss 00:05:10 is the start time, -t 00:10:00 is the part to be cut, and output1.mp4 is the output file. i.e. the output video will be from 00:05:10 to 00:15:10.

FFmpeg Cut Video from Time to Time

ffmpeg -i input.mp4 -ss 00:05:20 -to 00:20:10 -c:v copy -c:a copy output2.mp4
-ss 00:05:20 is the start time, and -to 00:20:10 is the end time. This will result in a 14 minutes and 50 seconds video.

Cut the End of a Video

To cut the end of a video, you will use -sseof, the seeking parameter that makes FFmpeg cut the last N seconds from your video file. It uses negative values to indicate the position related to the eof (end of file). For example,
ffmpeg -sseof -00:05:00 -i input.mp4 -c copy output3.mp4
will cut off the last 5 minutes of the input MP4 video.

Trim Video without Re-encoding

ffmpeg -i input.mp4 -ss 00:05:10 -t 00:10:00 -c:v copy -c:a copy output4.mp4
-c:v copy -c:a copy will copy the original audio and video data to make FFmpeg trim video without re-encoding.

Trim Video with Re-encoding in FFmpeg

ffmpeg -ss 00:05:10 -accurate_seek -i input.mp4 -t 00:10:00 -c:v libx264 -c:a aac output7.mp4
This command will export an MP4 file with H.264 video and AAC audio from FFmpeg. -accurate_seek can make a more accurate length for the output video.

Alternative Way to FFmpeg Trim Video

While FFmpeg is powerful, there will be a steep learning curve if you are a novice. And it’s very likely to make mistakes when putting in FFmpeg commands, which will lead to the failure of your work. To trim a video easily and effectively, we recommend you use Free HD Video Converter Factory. It offers a free solution to help you trim videos without quality loss. Unlike FFmpeg, this software can cut any part of your video with several mouse clicks. Everything is easy to handle. DownloadDownload the free video trimmer and see how to trim video with FFmpeg alternative in the following tutorial.

Free Download

Compatible with Windows

100% Clean & Safe

Free Download

Easy & Free Video Cutter

1. Cut one or more clips from a video;
2. Trim video without losing quality/increasing file size;
3. Provide 300+ video, audio, and device presets;
4. Download videos and songs from websites.

How to Trim Video Using FFmpeg Alternative?

Step 1. Import a video

Launch Free HD Video Converter Factory and select Converter. Drag and drop the file you want to trim into the software. Or you can click the Add Files button to import the source video.

Add Video File

Step 2. Trim the video

There are several editing tools under the source file. Click the scissors icon to open the trimer window. Drag the sliders on the timeline (or fill in specific times in the Start/End box) to select the part you want to save. Then hit the green Trim button to create Clip 1. You can repeat this step to cut more clips. When you finish, click OK to save the changes.

Trim Video in FFmpeg Alternative

Step 3. Export the final file

Select your desired output format from 300+ presets by clicking the image on the right side of the software. If you want to convert your video to MP4, go to Video > MP4.

Tips. Free HD Video Converter Factory also allows you to change video settings, such as bitrate, resolution, frame rate, aspect ratio, volume, channel, etc., just in one click.

Also Read: How to Change Bitrate of MP4 | Convert MP4 to 4K UHD | Convert MP4 to 720P Free

Finish the Process

At Last

That’s the whole workflow of FFmpeg trim video and its alternative. Trimming videos with FFmpeg can be verbose. Thus, a simple free video cutter like Free HD Video Converter Factory may be more suitable, whether you are a novice or experienced. Install the software to get your job done.

Free Download

Compatible with Windows

100% Clean & Safe

Free Download
Upgrade to the Pro Version for a Fast Batch Process
WonderFox HD Video Converter Factory Pro

WonderFox HD Video Converter Factory Pro

1. Trim, cut, split, crop, rotate, add watermark...

2. Convert and compress multiple files simultaneously.

3. Download SD/HD/4K/8K videos from websites.

4. Record gameplay, streaming TVs, video meetings, etc.

5. Make GIFs and ringtones, extract subtitles, and more.

6. Support batch mode and GPU acceleration.

Specialized in multimedia software solutions.
Since 2009

Privacy Policy | Copyright © 2009-2024 WonderFox Soft, Inc.All Rights Reserved

Back to Top