Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 79 Bytes

ffmpeg.md

File metadata and controls

2 lines (2 loc) · 79 Bytes

cut video

ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy output.mp4