This script will split the video into two files when valid time periods are given.
Install python in the host system Install ffmpeg-python
pip install ffmpeg-python
python videosplitter.py test.mp4 0 50 out1.mp4 out2.mp4OR
python videosplitter.py -h