ffmpeg (ffprobe)分析文件关键帧时间点

 ffprobe -loglevel error -skip_frame nokey -select_streams v:0 -show_entries frame=pkt_pts_time -of csv=print_section=0 "input.mp4"

原文地址:https://www.cnblogs.com/toumingbai/p/14248616.html