ffmpeg 把视频转换为图片

ffmpeg -i "Tail of Hope.mp4" -r 1 -q:v 2 -f image2 pic-%03d.jpeg

原文地址:https://www.cnblogs.com/brady-wang/p/11771162.html