open source (and in MacPorts) video cut with Flash video support

André Kaplan ak.ml at laposte.net
Wed Oct 19 13:20:53 PDT 2011


> 
> I tried with ffmpeg, but output is 0 MB
> 
>> ls -alh test.flv
> -rw-r--r--  1 fyodor  staff     0B Oct 19 20:55 test.flv
> 
> I used howto here
> http://superuser.com/questions/138331/using-ffmpeg-to-cut-up-video
> 
>> ffmpeg -ss 05:25:00 -t 00:35:00 -i input.flv -vcodec copy -acodec copy test.flv

>  Duration: 00:10:56.13, start: 0.000000, bitrate: 1300 kb/s

> -ss 05:25:00 -t 00:35:00

Hi,

Since your test video lasts 10min 56s, you probably wanted:
-ss 00:05:25.000 -t 00:00:35.000
and not
-ss 05:25:00 -t 00:35:00

Regards,
André


More information about the macports-users mailing list