You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the current MAC software does not support ARM well. When custom FFMPEG paths, the error will be reported. The specific content is as follows:
"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? "
Will you support the chip of the Apple M series in the future?
The text was updated successfully, but these errors were encountered:
Hi. As I pointed out here: #523 (comment) currently YUView is not building natively on Arm. One issue I am having is that I don't own an M1 mac. Feel free to send me one ;)
Also Qt is currently not building natively on mac so the only way to use FFmpeg in YUView is to get a x64 build of it so that it all runs in the emulation layer.
To confirm, using x86_64 FFmpeg shared libraries works on M1 macs. To cross-compile for x86_64 from arm64 using Apple clang (as I suspect most will want to do to get this working), you configure the FFmpeg build with--cc="clang -arch x86_64"
I found that the current MAC software does not support ARM well. When custom FFMPEG paths, the error will be reported. The specific content is as follows:
"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? "
Will you support the chip of the Apple M series in the future?
The text was updated successfully, but these errors were encountered: