I found mkvtoolnix command line, installed with brew. But i found nothing about splitting a movie with the command line, i only found with GUI.
The installation create 4 binary mkvextract
mkvinfo
mkvmerge
mkvpropedit
.
SOLUTION :
mkvmerge --split 3G -o "film.mkv" ./mymkvfile
mkvmerge --split 3G -o "film.mkv" ./mymkvfile
– Badly