2_extract_files.py not working
Created by: moonikwe
When I run python 2_extract_files.py, this is what I get:
Traceback (most recent call last): File "2_extract_files.py", line 99, in main() File "2_extract_files.py", line 96, in main extract_files() File "2_extract_files.py", line 38, in extract_files video_parts = get_video_parts(video_path) File "2_extract_files.py", line 76, in get_video_parts filename = parts[3] IndexError: list index out of range
I already have ffmpeg installed and added it to my system path. What could be wrong?