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.
嘿,所有这些命令在提取关键帧时对我来说都很好:ffmpeg -vf select="eq(pict_type\,PICT_TYPE_I)" -i yourvideo.mp4 -vsync 2 -s 160x90 -f image2 thumbnails-%02d.jpeg。
我只是想知道是否有人知道如何使用它来限制关键帧的数量,比如 200。谢谢。
您可以添加-vframes 200为输出选项。
-vframes 200