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

latest PyAV breaks things #433

Open
kushalkolar opened this issue Dec 23, 2022 · 0 comments
Open

latest PyAV breaks things #433

kushalkolar opened this issue Dec 23, 2022 · 0 comments

Comments

@kushalkolar
Copy link

The latest release of PyAV v10.0.0 seems to have broken reading video files. It ends up being usable but it's slower for some reason. Using v9.2.0 works fine though.

Exception ignored in: <function PyAVReaderIndexed.__del__ at 0x7fa6dfabb9a0>
Traceback (most recent call last):
  File "/home/kushalk/python-venvs/mescore/lib/python3.10/site-packages/pims/pyav_reader.py", line 365, in __del__
    self._container.close()
AttributeError: 'NoneType' object has no attribute 'close'
Exception ignored in: <function PyAVReaderIndexed.__del__ at 0x7fa6dfabb9a0>
Traceback (most recent call last):
  File "/home/kushalk/python-venvs/mescore/lib/python3.10/site-packages/pims/pyav_reader.py", line 365, in __del__
    self._container.close()
AttributeError: 'NoneType' object has no attribute 'close'
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