ffprobe常用命令

NAVYSUMMER發表於2024-05-22
# 檢視多媒體資料包
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