How do I divide a video into equal parts of fifteen seconds each?

I want to divide a video into equal parts of fifteen seconds each, and I want to do it all at once. Is that possible?

Hi @xyz1, and welcome to the forum and community.

I recommend ffmpeg to do that kind of task.

This is what a search for ffmpeg split video into fixed sections spat out:

2 Likes

I did as you said and it worked, thank you.

1 Like