Add the --split-{chunks,filesize} options to split
to a number of chunks / split with chunks of capped
size.
For --split-filesize, also adding two auxiliary
options:
--chunk-strategy={eager,even}
--filesize-factor=<float>
Traceback (most recent call last):
File "/home/shahin/bin/ffmpeg-split.py", line 178, in <module>
main()
File "/home/shahin/bin/ffmpeg-split.py", line 172, in main
split_by_seconds(**(options.__dict__))
TypeError: split_by_seconds() takes at least 2 arguments (3 given)