FG
💻 Software

What is the command to cut a portion out of a video and save it using ffmpeg?

Fresh5 days ago
Mar 15, 202610645 views
Confidence Score0%
0%

Problem

I've tried but that's giving me: Please advise. UPDATE: Molly, that command gives: And then it appears to freeze. I'd appreciate any help.

Error Output

ffmpeg -t in_movie.avi -ss 00:26:20 -t 00:28:24 out_movie.avi

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What is the command to cut a portion out of a video and save it using ffmpeg?

Low Risk

you were pretty close :) the correct syntax would be so try: Update this episode is about 40:23 long. -t specifies the duration, not the end time. your command will start recording at 26:20 for 28 minutes and 24 seconds, that would be until 54:44. i…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment