「Python」 PyAV
官方文档 http://docs.mikeboers.com/pyav/develop/
github:https://github.com/mikeboers/PyAV
功能:;
libav是部分ffmpeg开发人员出走后另外成立的项目,功能和ffmpeg基本一致。pyav是对libav的python语言binding。
libav的官网:https://libav.org/
libav播放rtsp的例子:https://github.com/mikeboers/PyAV/issues/300
一、 安装
- pip
先安装 ffmpeg
pip install av
- conda
conda install av -c conda-forge
附录
A 示例
1. 打开视频文件
Comments