ffmpeg.

, , .

, 5 , . :

ffmpeg -ss <02:01:50> -t <00:05:00> -i <input_file> -vcodec copy -acodec copy <output_file>

2 , 1 50 file-, 5 . 5 , empty frames file-, output file- -, . , file, 5 , 25 ( ), file, 5 .

cut- , frames file- - .

file, :

http://212.233.153.128/inception.mp4

- - - - - -

, :

ffmpeg -ss <02:01:50> -i <input_file> -t <00:05:00> -vcodec copy -acodec copy <output_file>

, -t ...