FFmpeg之抽帧抓图

ffmpeg -i 666051400.mp4 -vf "select=eq(pict_type\,I)"  -vsync vfr -qscale:v 2 -f image2 ./%08d.jpg

你可能感兴趣的:(FFmpeg,音视频)