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

Your platform doesn't suppport hardware accelerated AV1 decoding #814

Open
hiven opened this issue Jan 8, 2025 · 0 comments
Open

Your platform doesn't suppport hardware accelerated AV1 decoding #814

hiven opened this issue Jan 8, 2025 · 0 comments

Comments

@hiven
Copy link

hiven commented Jan 8, 2025

Describe the bug
A clear and concise description of what the bug is.

I thought AVI1 was supported in V12 onwards however when trying to generate thumbnails from a file that is encoded in AV1:

  • [mov,mp4,m4a,3gp,3g2,mj2 @ 0xdea130] stream 0, timescale not set
  • [av1 @ 0xdea580] Your platform doesn't suppport hardware accelerated AV1 decoding.
  • [av1 @ 0xdea580] Failed to get pixel format.
  • [av1 @ 0xdea580] Missing Sequence Header.

To Reproduce
Please provide a GitHub link or code snippet.
const thumbnailArgs = [
'-i', inputFile,
'-vf', fps=1/${interval},scale=400:-1:flags=bilinear,
thumbnailFile,
];
const thumbnailErr = await ffmpeg.exec(thumbnailArgs);

Expected behavior
A clear and concise description of what you expected to happen.
I would expect it to be able to generate thumbnails from AVI

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS] Chrome, Safari

Additional context
Add any other context about the problem here.

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