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)
Jede Hilfe wäre sehr geschätzt, auch hier vollständiger Code
Ich verwende Python 3.8.5 sowie die neueste Version von Imagemagick und Moviepy < /p> Fehler (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] Jede Hilfe wäre sehr geschätzt, auch hier vollständiger Code
Ich versuche, das Versandgewicht über „functions.php“ in woocommerce mit add_filter('woocommerce_structured_data_product') zum Schema hinzuzufügen.
Ich habe derzeit
if ( $product_weight ) {
$markup...
Ich habe ein paar PNGs in einem Ordner, den ich ausdrucken möchte. Jeder von ihnen ist 640 x 960 Pixel groß und sollte beim Ausdruck 6,7 x 10 cm sein. Früher habe ich jedes Bild in Wort gesteckt, die...
Ich habe ein paar PNGs in einem Ordner, den ich ausdrucken möchte. Jeder von ihnen ist 640 x 960 Pixel groß und sollte beim Ausdruck 6,7 x 10 cm sein. Früher habe ich jedes Bild in Wort gesteckt, die...
Ich habe einen langjährigen Code in einer Django-Codebasis, die in einem PDF liest und Zauberstab verwendet, um einen Screenshot der ersten Seite der PDF zu machen, die dann auf der Website angezeigt...