ffprobe常用命令
# 查看多媒体数据包 ffprobe -show_packets -show_data testVideo.flv # 查看封装格式 ffprobe -show_formrat testvideo.flv # 查看视频文件的帧信息 ffprobe -show_frames testvideo.flv # 查看视频文件的流信息 ffprobe -show_streams testVideo.flv # 格式化显示 ffprobe -of json -show_format testVideo.flv ffprobe -print_format csv -show_packets out.mp4>outMp4.csv