I have the x86 homebrew in /usr/local and the ARM homebrew in /opt/homebrew
ls -ls /usr/local/lib/libavc*
is giving nothing :-) It is empty.
But I have the lib here:
/usr/local/opt/ffmpeg/lib/libavcodec.58.91.100.dylib
And by creating the symbolic links to that place, everything is working.
At least, I see the list of codecs in
$VideoDecoders
and
FFmpegTools`$SystemFFmpegQ
is returning True.
It is not a problem for me. But I wanted to share just in case other people may have similar issues.
I have not yet tested if the encoding is working.
I have followed your instructions to install the x86 version of home-brew and ffmpeg. I have done nothing special.