技能概述
Extract frames or short clips from videos using ffmpeg.
使用示例
{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg
{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg
Extract frames or short clips from videos using ffmpeg.