我正在尝试检测给定视频中的场景,并在调整 scenecut
阈值后将每个场景的第一帧存储为图像。
我正在使用以下命令:
ffmpeg -i input.mp4 -vf "select=gt(scene\,0.5), scale=640:360"
-vsync vfr yosemiteThumb%03d.png
但它显示了一个错误:
Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
问题是什么?