Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要求,我必须将 RTSP 视频流转换为 BMP 图像,然后传递给我的人脸检测应用程序。那么是否可以使用 ffmpeg 工具来做同样的事情呢?如果没有,那么任何人都可以指导我使用正确的工具/一些相同的自定义代码。
提前致谢!!
您可以使用image2混合器:
ffmpeg.exe -i <rtsp stream> -f image2 'img-%03d.bmp'