Skip to content
New issue

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

WindowsError: [Error 5] Access is denied #294

Closed
ghost opened this issue May 14, 2016 · 3 comments
Closed

WindowsError: [Error 5] Access is denied #294

ghost opened this issue May 14, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented May 14, 2016

Windows 10

https://paste.pound-python.org/show/ERVVxg7SfuxhTY7NMO4f/

this is my first bug report ever.

python 2.7

pip install moviepy

from moviepy.editor import *
test = VideoFileClip('test.mp4')

Traceback (most recent call last):
  File "test.py", line 3, in <module>
    test = VideoFileClip('test.mp4')
  File "C:\Python27\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 55, in **init**
    reader = FFMPEG_VideoReader(filename, pix_fmt=pix_fmt)
  File "C:\Python27\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 32, in **init**
    infos = ffmpeg_parse_infos(filename, print_infos, check_duration)
  File "C:\Python27\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 240, in ffmpeg_parse_infos
    proc.terminate()
  File "C:\Python27\lib\subprocess.py", line 1002, in terminate
    _subprocess.TerminateProcess(self._handle, 1)
WindowsError: [Error 5] Access is denied
Exception AttributeError: "VideoFileClip instance has no attribute 'reader'" in <bound method VideoFileClip.__del__ of <
moviepy.video.io.VideoFileClip.VideoFileClip instance at 0x0000000002178AC8>> ignored
@ghost
Copy link
Author

ghost commented May 16, 2016

this error is related to some library changes.

when i copy my whole pyhton folder over to the not working maschines, it works

@ghost
Copy link

ghost commented Mar 13, 2017

@hxhjx .. we think we have this fixed.. Can you try getting the code from the repo and trying again?

@tburrows13
Copy link
Collaborator

Closing as I'm pretty sure this is fixed, and is an old issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant