Traceback (most recent call last):
File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\video\VideoClip.py", line 1137, in __init__
subprocess_call(cmd, logger=None)
File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\tools.py", line 46, in subprocess_call
proc = sp.Popen(cmd, **popen_params)
File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:/Users/edgib102/source/repos/Reddit-tts-video/Python/GetComments.py", line 40, in
TextClip = TextClip('TextTxt', fontsize=100, color = 'white')
File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\video\VideoClip.py", line 1146, in __init__
raise IOError(error)
OSError: MoviePy Error: creation of None failed because of the following error:
[WinError 2] The system cannot find the file specified.
.This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary in file conf.py, or that the path you specified is incorrect
< /code>
code: < /p>
TextClip = TextClip('TextTxt', fontsize=100, color = 'white')
TextClip = TextClip.set_position('center').set_duration(10)
Любая помощь вообще была бы очень оценена, а также полный код здесь
Я использую Python 3.8.5, а также последнюю версию ImageMagick и MoviePy < /p> ошибка (VS Code): < /p> [code]Traceback (most recent call last): File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\video\VideoClip.py", line 1137, in __init__ subprocess_call(cmd, logger=None) File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\tools.py", line 46, in subprocess_call proc = sp.Popen(cmd, **popen_params) File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1307, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "c:/Users/edgib102/source/repos/Reddit-tts-video/Python/GetComments.py", line 40, in TextClip = TextClip('TextTxt', fontsize=100, color = 'white') File "C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\video\VideoClip.py", line 1146, in __init__ raise IOError(error) OSError: MoviePy Error: creation of None failed because of the following error:
[WinError 2] The system cannot find the file specified.
.This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary in file conf.py, or that the path you specified is incorrect < /code> code: < /p> TextClip = TextClip('TextTxt', fontsize=100, color = 'white') TextClip = TextClip.set_position('center').set_duration(10) [/code] Любая помощь вообще была бы очень оценена, а также полный код здесь
Я использую Python 3.8.5, а также последнюю версию ImageMagick и MoviePy
ошибка (VS Code):
Traceback (most recent call last):
File C:\Users\edgib102\AppData\Local\Programs\Python\Python38-32\lib\site-packages\moviepy\video\VideoClip.py , line...
Я успешно установил Moviepy и необходимые модули. Но когда я пытаюсь запустить первый пример добавления текстового клипа в видео, я получаю сообщение об ошибке.
Я пытаюсь рефакторировать свой код, чтобы использовать новую версию MoviePy Version 2.0, и у меня возникли проблемы с. With_position / Slidein / Slideout. кажется, переопределяет любую позицию, которую я применил. Там способ явно установить...
Я пытаюсь рефакторировать свой код, чтобы использовать новую версию MoviePy Version 2.0, и у меня возникли проблемы с. With_position / Slidein / Slideout. кажется, переопределяет любую позицию, которую я применил. Там способ явно установить...