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

Problem: Your platform doesn't suppport hardware accelerated AV1 decoding. Failed to get pixel format. #908

Open
MardenSSS opened this issue Oct 20, 2023 · 7 comments

Comments

@MardenSSS
Copy link

Hello, I have a problem when using opencv-python:
System information (version):

I just want to extract frame, but it got an unexpected error:
image

Here is my demo code:
`import cv2

video_path = "/home/marden/source/video/sample.mp4"
cap = cv2.VideoCapture(video_path)

if not cap.isOpened():
print("Error: Could not open video file.")
exit()

ret, frame = cap.read()

if not ret:
print("Error: Could not read frame.")
exit()

cv2.imwrite("frame.jpg", frame)

cap.release()`

@weihanchen
Copy link

Same Issue +1

@xuxianren
Copy link

+1

@wildwind0
Copy link

Same Issue +1

@iYUYUE
Copy link

iYUYUE commented Jun 25, 2024

+1

3 similar comments
@bc-anam
Copy link

bc-anam commented Nov 24, 2024

+1

@EricSheng0402
Copy link

+1

@hankzoid
Copy link

+1

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

8 participants