This branch seeks to expand the cli to allow multiple video files to be specified. After adding OSD and SRT back, it will concatenate the files with FFMPEG. At this point in the commit it has been lightly tested but seems to work.
If concatenating, the intermediate video files will be deleted.
This branch seeks to expand the cli to allow multiple video files to be specified. After adding OSD and SRT back, it will concatenate the files with FFMPEG. At this point in the commit it has been lightly tested but seems to work.
If concatenating, the intermediate video files will be deleted.
Syntax works like
python3 cli.py --video-path /path/to/Ground-Footage/AvatarG000{1,2,3,4}.mp4 --include-srt --remove-png --font-path resources/INAV_24.png --output-file 'output_file.mp4'