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

. peace at AleksandrSolzhenitsyn.net
Fri Dec 9 03:19:08 CET 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



On 12/08/2011 06:27 PM, Lou wrote:
> On Thu, 8 Dec 2011 16:18:34 -0700
> Jim Worrall <coniophora at gmail.com> wrote:
>
>> 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?
>
> Yes.
>
>> It sounds like he wants to discard the middle and keep the rest.
>
> I was assuming the middle section was what he wanted.

Yes, I want to discard the middle section.

The following code line didn't discard the middle

ffmpeg -i input -ss 00:01:10.00 -t 00:00:40.00 -c copy output







>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJO4XAZAAoJEPBpZNn4grcj2R4H/2t1A1lAof7qeNlgVcQaJMJE
0F9d3I2y4nxTxJ+ONSkuhvG0bL6n5rRcFgGRoEERuq0BlYedI2gmeYpr9pulaV4I
WBKs+ZwlKefRZsN4F33C90R2YnCiLoiYcNJ1og4LckVePkutSRIJ3YSCNZvAPsSy
HfNUvUYdvrFBkjL/LTX/CSCEl6xFnK6n40Ud9YgtzUln5hDLbNkmNKsSMs4lQylB
eb9KBIQXU3BCAOPLvIrPHDUNrXWTSJb/KsiU67SStyk2F7dlAmb2UjTBxvD/o6LC
ql+gywIleoIsKOJUKlaEfKg9+HLTAX0owrKo3ebNrttQhupzGKFvF2RQulUBRUo=
=6FUy
-----END PGP SIGNATURE-----



More information about the ffmpeg-user mailing list