FG

Split MPEG video from command line?

Fresh3 days ago
Mar 15, 20269032 views
Confidence Score0%
0%

Problem

I have a homemade DVD that I'm effectively trying to insert chapters into and rearrange - the original author burned it as one long chapter, and I'd like to rip it into smaller pieces and re-encode it into a new DVD. I ripped the DVD with the following command: I'm running Gentoo Linux with mplayer…

Error Output

mpgtx -i

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Split MPEG video from command line?

Low Risk

FFmpeg will do this for you. Your command might look something like this: Code: ffmpeg -i input.mpg -ss 00:00:10 -t 00:00:30 out1.mpg -ss is the start point in hh:mm:ss from the beginning of your video file -t is the length of time in hh:mm:ss of yo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment