ffmpeg.exe -i aa.mp4 -y -f image2 -ss 8 -t 0.01 -s 800x600 test.jpg
-f <string> ..F... set commands file
-ss time_off set the start time offset
-t duration record or transcode "duration" seconds of audio/video
本文介绍如何使用FFmpeg从视频中截取指定时间点的画面并保存为图片文件。具体操作包括设置开始时间偏移、记录持续时间等参数。

被折叠的 条评论
为什么被折叠?