Я пытаюсь запустить этот скрипт называется. видео-сплиттер .Однако, когда я пытаюсь запустить скрипт, я получаю следующую ошибку:
Exception occured running main():
[WinError 2] The system cannot find the file specified
Это команда, которую я выполнил:
python ffmpeg-split.py -f big_video_file.mp4 -s 10
Из документации
This splits big_video_file.mp4 into chunks, and the size of chunk is 10 seconds. Each chunk will be suffixed with numeric index, for example big_video_file-0.mp4, big_video_file-1.mp4, etc.