Split videos horizontally into two halves. Left clip keeps audio, right clip has no audio.
pip install git+https://github.com/offerrall/video-splitter.gitsplit-video video.mp4Output:
video_left.mp4(with audio)video_right.mp4(no audio)
- Python 3.7+
- ffmpeg and ffprobe installed and available in PATH.
pip uninstall video-splitter