Split a video into multiple chunks no larger than a set 500MiB.
This project depends on ffmpeg. If you're using an arch or debian-based Linux distribution, you can use the bootstrap script to install it:
$ chmod +x ./script/bootstrap
$ ./script/bootstrap
If you're using anything else... glhf <3
Just pass any file you want to split to the script:
bash
$ ./src/main.py /mnt/e/myvideo.mp4
Q: I want to convert multiple files
A: Read up on the Unix philosophy, then do find /path/to/my/dir -type f -name *.mkv | xargs ./src/main.py
Q: I was the script to (X) A: You can fork this repo and make it do (X)
Do what you want I'm not a cop (MIT no attribution)