利用ffmpeg提取视频中的图片

    xiaoxiao2021-12-14  18

    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 
    转载请注明原文地址: https://ju.6miu.com/read-965144.html

    最新回复(0)