-
Notifications
You must be signed in to change notification settings - Fork 377
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
When opening AV1 files, the application shows "Error opening file: Unable to obtain a valid pixel format from file." #558
Comments
Hi! Thx for the report. Could you send me the file? If you can not share it publicly then you can also send it to me vial E-Mail. |
Hi, Here are the files as requested: The MKV versions have been remuxed with ffmpeg (-i filename.mp4 -vcodec copy -acodec copy out.mkv). Kind regards |
I tried to recreate the issue. I observed 2 things:
@dscp46 Do you observe this using FFmpeg as a decoder for AV1 or dav1d. If its FFmpeg, which version are you using. |
I got the same message as you when using dav1d from Windows 10 with the last release. |
The releases that we ship do not contain ffmpeg or libdav1d. So you have to install ffmpeg on your system and somehow make it discoberable to your system. Or you can specify the library paths in the YUView settings. On debian it should be enough to use your package manager to install ffmpeg to make YUView find it. |
I've tried to load When trying to load Apparently, the following versions of ffmpeg libs are used when I try to open AV1 files, but I don't understand from where they're pulled, since these versions are not installed on my system: |
Describe the bug
When opening AV1 files, the application shows "Error opening file: Unable to obtain a valid pixel format from file."
To Reproduce
Steps to reproduce the behavior:
The issue has been reproduced with other container types, and other AV1 files. Please note that all the tested files are properly played and rendered by VLC.
Could you send me a valid test file so I can confirm if it's a file issue or a legitimate bug?
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: