标签: python macos libav
在Mac OS上,我有使用的python代码
import av container = av.open( h264feed )
以
No handlers could be found for logger "libav.h264"
我做到了:
brew install ffmpeg --with-openh264 pip install av
是否可以使用python av解码h264提要?