In this video tutorial i have described about the FFmpeg command to split a video into multiple parts using single FFmpeg command.
Command to split video into multiple parts -
ffmpeg -i wildlife.wmv -t 00:00:50 -c copy outputVideo1.wmv -ss 00:00:50 -codec copy outputVideo2.wmv
How to Install FFmpeg: https://youtu.be/xkb5REYV5xc
No comments:
Post a Comment