音频沉默see this。
对于静态视频场景ffmpeg
可能不是理想的工具。
您可以使用低阈值的场景变化检测来查找特定帧,然后提取这些帧并将其与imagemagick的比较功能进行比较:
ffprobe -show_frames -print_format compact -f lavfi "movie=test.mp4,select=gt(scene\,.1)"
compare -metric RMSE frame1.png frame0.png
我认为这不会很好。
最好的办法是使用OpenCV之类的内容来查找框架之间的差异。
OpenCV Simple Motion Detection