3d0c / gmf

Go Media Framework
MIT License
885 stars 170 forks source link

Cut up Video #112

Open yinjun622 opened 5 years ago

yinjun622 commented 5 years ago

can you add an example for cutup video?

ffmpeg -ss 00:03:00 -i video.mp4 -t 60 -c copy -avoid_negative_ts 1 cut.mp4