# Go to the Aivero Python Interface Installation folder
cd /opt/aivero/apyi-install
# Source our environment
source dddq_environment.sh
# Run the join_split_files.py script
python3 scripts/join_split_files.py "/path/to/your/files-*.mkv" "out.mkv" -i1 -d
Initialise
Convert multifile into single file
Aivero system usually stores users' data split into multiple smaller files. This is safer since, if any error would occur (e.g. network errors), only a small section of your recording would get affected. Right now we can only sample clips of a single file so we need to convert the multifiles into a single file.
To do this we will use Aivero's Python Interface (APyI).
Run the join_split_files.py
script passing the name of the input files, the name of the output file you wish to create and the streams that you want to pass (-d for depth, -c for color, -i1 for infra1, -i2 for infra2)