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.
如何从 h264 编码器中提取帧?我想使用 I 帧比特流。有没有人告诉我如何获得这些帧。我用 jm 15。谢谢
试试ffmpeg。像这样的东西应该工作:
ffmpeg -i foo.mp4 -r 1 -s WxH -f image2 foo-%03d.jpeg