# apt-get install ffmpeg
# ffmpeg -i input.flv -ss 00:00:00 -t 00:01:23 output.flv
=======
ffmpeg : call program
-i : input file video
-ss : this is where to start cut (hour:minute:second)
-t : this is where to end cut (hour:minute:second)
grun1.glv : output filename
Iklan