I want to split up a video into 2 equal parts.
The problem is that video could be any duration. E.g. 3 seconds, 3.5 seconds or more.
I could only find a solution to split up a video if you know exact duration.
Is it possible to achieve the same result for a video with variable duration?
With FFmpeg on Windows.