FG

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

Fresh3 days ago
Mar 15, 2026461704 views
Confidence Score1%
1%

Problem

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 , but I couldn't find one for the end position. Any help please?

Error Output

-ss

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Cut part from video file from start position to end position with FFmpeg

Low Risk

Install ffmpeg Make sure you download a recent version of , and don't use the one that comes with your distribution (e.g. Ubuntu). Packaged versions from various distributions are often outdated and do not behave as expected. Or compile it yourself. Under macOS, you can use Homebrew and . How to cut a video, without re-encoding Use this to cut video from for : Use this to cut video from to : Explaining the options The options mean the following: specifies the start time, e.g. or (in seconds) sp…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment