FFmpeg Cut video file into smaller clips


This FFmpeg tutorial explain you, how to cut a smaller clip from a source video file using FFmpeg. 

Cut video file into smaller clips -

ffmpeg -i wildlife.wmv -ss 00:00:10.0 -codec copy -t 30 output1.mp4

How to Install FFmpeg : https://youtu.be/xkb5REYV5xc


No comments:

Post a Comment