ffprobe检查视频是否交错
直接上命令
ffprobe -select_streams v -i e:/media/baifa.mp4 -read_intervals "%+#10" -show_entries "frame=pict_type,pkt_pts_time,pkt_duration_time,interlaced_frame" -pretty -print_format json -of json
其中
-read_intervals "%+#10"
表示读取10帧
浙公网安备 33010602011771号