I want to split a large .mp4 video(length is unknown) into multiple small .mp4 videos. But I want to do it by dividing the length of the video by the number of parts required e.g:
largevideo.mp4 = 4 Minutes
n = 2
then I will have a two, 2 minutes small.mp4 video. Wherever I am looking is giving me a time-based splitting, while I want to do number-based splitting using FFmpeg. Can anybody help?
ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 input.mp4... How to use the result in Winform, I don't know, I know nothing about Winform. – PierU Oct 05 '22 at 13:02