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

. peace at AleksandrSolzhenitsyn.net
Fri Dec 9 03:20:30 CET 2011


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



On 12/08/2011 06:18 PM, Jim Worrall 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?
> It sounds like he wants to discard the middle and keep the rest.

Correct- I want to discard the middle portion.  The above code line
didn't discard the middle.

>
> _______________________________________________
> 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/

iQEcBAEBAgAGBQJO4XBuAAoJEPBpZNn4grcjYAsH/j+zeBr1Xd+I35LoVLjcB58g
A84XU8k4pOFacEIM2kDWjw26CbmcmVgKdjbJXbxNAFsy8Ckz6cg5OfZqbImruBp1
eul0wNejEAh3YLczLoYa4TwHrE9MIGGYwCDquXeG+xRrOUftmJcQGxLFqg1hY6RG
4Rkds0M0Pn56u9enX4CRXFDLmJsOxo2XyEnjjAuHV62Ie6SgRp+R5Sn/fnrXoT8i
wNRYp3fg2YPrQ4YMpVxCdw8u/3UOu3mBN2mJ/GzEOP7k8LXWcKQDr78cPjtJbzQI
le7ecDTzTxY08XOm1ff+JVp1iX//zaw4hanKSrmbuSXLJV1jk3jSSl+BtcoKpuA=
=BBE6
-----END PGP SIGNATURE-----



More information about the ffmpeg-user mailing list