tags:

views:

272

answers:

1

I am using FFmpeg like this e.g.:

ffmpeg -i input.wmv -ss 60 -t 60 -acodec copy -vcodec copy output.wmv

to cut out a section of a large file. The -ss part works fine but the -t is ignored. That is, it correctly removes the first -ss seconds but then just keeps going to the end of the input with the copy.

Is there a way to use FFmpeg to cut off the end of a video without recoding it?

A: 

Try to use VidCrop Pro )It supports a lot of formats, works fast and perfectly http://geovid.com/VidCrop_PRO/

julia