The source code references two video files and only one is in the repo. Are both missing for the script to work?
# Open the video files
process_video_path = '/Users/thorfinn/Developer/tidbit-script/final_ball.mov'
display_video_path = 'final_ball.mp4'
The source code references two video files and only one is in the repo. Are both missing for the script to work?