FFMPEG avformat_open_input FFMPEG avformat_open_inputavformat_open_input(),该函数用于打开多媒体数据并且获取一些信息 音视频 数据 文件名 媒体格式 python input 非阻塞 ## Python中的非阻塞输入### 引言在编写Python程序时,我们经常需要从用户那里获取输入。通常情况下,我们使用`input()`函数来实现这一目的。