# Go to the Aivero Python Interface Installation folder
cd /opt/aivero/apyi-install
# Source our environment
source dddq_environment.sh
# Run the split_3dq_file.py script passing the path to the file, duration that each split file should have and which streams to include
python3 scripts/split_3dq_file.py /path/to/file.mkv 3600 -d
{"success":true}
Initialize
Split file into multi files
Using the split_3dq_file.py
sample one can set the maximum duration for each of the individual multi files for easier management in the case of long recordings. The arguments to pass are the path to the monolithic file, the maximum duration for the the split files in seconds and the stream flags to be contained in the files.