[FFmpeg-user] Cut out middle of a video?

Jim Worrall coniophora at gmail.com
Fri Dec 9 00:18:34 CET 2011


On Thu, Dec 8, 2011 at 3:45 PM, Lou <lou at lrcd.com> wrote:

> On Thu, 08 Dec 2011 16:58:23 -0500
> "." <peace at aleksandrsolzhenitsyn.net> wrote:
>
> > I have an mp4 that's 2 minutes long.
> >
> >
> > - From the video I want to remove from 1 minute 10 seconds  until 1
> > minute 50 seconds.
> >
> > How do I do it?
>
> ffmpeg -i input -ss 00:01:10.00 -t 00:00:40.00 -c copy output
> or
> ffmpeg -i input -ss 70 -t 40 -c copy output
>
>
Wouldn't that KEEP only the middle part, rather than removing it?
It sounds like he wants to discard the middle and keep the rest.


More information about the ffmpeg-user mailing list