We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File "F:\Anaconda3\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 81, in init fps_source=fps_source)
File "F:\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 32, in init fps_source)
File "F:\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 256, in ffmpeg_parse_infos proc = sp.Popen(cmd, **popen_params)
File "F:\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 210, in init super(SubprocessPopen, self).init(*args, **kwargs)
File "F:\Anaconda3\lib\subprocess.py", line 594, in init _cleanup()
File "F:\Anaconda3\lib\subprocess.py", line 205, in _cleanup res = inst._internal_poll(_deadstate=sys.maxsize)
File "F:\Anaconda3\lib\subprocess.py", line 1025, in _internal_poll if _WaitForSingleObject(self._handle, 0) == _WAIT_OBJECT_0:
OSError: [WinError 6]
The text was updated successfully, but these errors were encountered:
Solved by reboot.
Sorry, something went wrong.
ffmpeg is not released, this issue is same to some others.
No branches or pull requests
File "F:\Anaconda3\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 81, in init
fps_source=fps_source)
File "F:\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 32, in init
fps_source)
File "F:\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 256, in ffmpeg_parse_infos
proc = sp.Popen(cmd, **popen_params)
File "F:\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 210, in init
super(SubprocessPopen, self).init(*args, **kwargs)
File "F:\Anaconda3\lib\subprocess.py", line 594, in init
_cleanup()
File "F:\Anaconda3\lib\subprocess.py", line 205, in _cleanup
res = inst._internal_poll(_deadstate=sys.maxsize)
File "F:\Anaconda3\lib\subprocess.py", line 1025, in _internal_poll
if _WaitForSingleObject(self._handle, 0) == _WAIT_OBJECT_0:
OSError: [WinError 6]
The text was updated successfully, but these errors were encountered: