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

object has no attribute 'long_name' (when inspecting 'frame') #737

Open
rodrigo-j-goncalves opened this issue Jun 16, 2023 · 2 comments
Open

Comments

@rodrigo-j-goncalves
Copy link

I'm trying to run the walkthrough notebook with my own mp4 video. When I try to inspect the video using the instruction frame in a code cell, I get the following error:

File av/stream.pyx:112, in av.stream.Stream.__getattr__()
AttributeError: 'av.video.codeccontext.VideoCodecContext' object has no attribute 'long_name'

I work with pip on Linux.

@pranavp656
Copy link

Seems like it's an issue that arose after the versions updated. Changing the version to 9.2.0 worked for me (pip install av==9.2.0).

@EricThomson
Copy link

Same issue here, among others: got things to work the same way with:
mamba install -c conda-forge "av<10.0"

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

3 participants