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

The selected file does not appear to be a usable ffmpeg avFormat library. We have collected a more detailed log. Do you want to save it to disk? #523

Open
asking1233 opened this issue May 23, 2023 · 5 comments
Labels

Comments

@asking1233
Copy link

Mac os Monterey
Apple M1。
The ffmpeg version I installed is 5.1.3。

My operation steps are like this, I first enter Preference->Decoders, and then set the ffmpeg path, but there is a warning prompt, the error content is like this, The selected file does not appear to be a usable ffmpeg avFormat library.
We have collected a more detailed log. Do you want to save it to disk?

@asking1233 asking1233 added the bug label May 23, 2023
@asking1233
Copy link
Author

Checking versions avutil 57, swresample 4, avcodec 59, avformat 59
Unloading all loaded libraries
Loading library /opt/homebrew/Cellar/ffmpeg@5/5.1.3/lib/libavutil.57.28.100.dylib failed
Unloading all loaded libraries
Checking versions avutil 56, swresample 3, avcodec 58, avformat 58
Unloading all loaded libraries
Loading library /opt/homebrew/Cellar/ffmpeg@5/5.1.3/lib/libavutil.57.28.100.dylib failed
Unloading all loaded libraries
Checking versions avutil 55, swresample 2, avcodec 57, avformat 57
Unloading all loaded libraries
Loading library /opt/homebrew/Cellar/ffmpeg@5/5.1.3/lib/libavutil.57.28.100.dylib failed
Unloading all loaded libraries
Checking versions avutil 54, swresample 1, avcodec 56, avformat 56
Unloading all loaded libraries
Loading library /opt/homebrew/Cellar/ffmpeg@5/5.1.3/lib/libavutil.57.28.100.dylib failed
Unloading all loaded libraries
Unloading all loaded libraries

@ChristianFeldmann
Copy link
Member

Hi. I am just opening the libraries with QLibrary and that maps to whatever the system is using. I think on mac its dlopen. YUView is currently not compiled natively on Arm. It think Qt also does not compile natively on Arm yet. So its running in the emulation layer. Is ffmpeg compiled natively on Arm? In that case that is probably why it does not work.

@asking1233
Copy link
Author

I installed ffmpeg through homebrew。

homebrew supports installing arm64 ffmpeg

@asking1233
Copy link
Author

When will YUView support the arm platform?

@englishm
Copy link

englishm commented Mar 1, 2024

I also had this issue and found that building YUView myself fixed it.
In other words, YUView does build on arm64, there just aren't binary releases yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants