I have 10000 videos and I want to split each video into five segments
I know previously how to segment video using ffmpeg but I do not know how to use it with a large number of videos
the names of videos are: 1.avi, 2.avi, 3.avi, ....... ....., 10000.avi
I want to use for loop with ffmpeg can you please help me?!!!!
I found the solution