how to cut a video in regular intervals of time? Ex: if i am having a 30 minute video and have to cut it in 30 parts 1 min each, how to do it ? in ffmpeg
Asked
Active
Viewed 1,977 times
1 Answers
0
You could use the following tool (but I haven't tried it myself yet) Video splitter on github.
Below in the Readme you will find the area "Splitting videos into unequal chunks".
You could either create the manifest.json or csv file manually or generate it in a simple python script and then run the tool with os.system or as a subprocess.

g3n35i5
- 485
- 1
- 4
- 14