fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.85k stars 874 forks source link

How to know how many segments was created? #1160

Open mrbdrm opened 2 years ago

mrbdrm commented 2 years ago

Hi i have successfully made my single video into smaller videos. but there is no way i can find on the end event that return a array list for the created videos.

how can i know how many are created?

moshe5745 commented 2 years ago

Maybe you can share how you split the video? I am searching for how to split videos into fixed-length videos.