CMD ffprobe 命令詳解


ffprobe 能查看多媒體文檔 多媒體流的信息。

另請參閱: FFmpeg 4.2.2 中文文檔編製     FFmpeg for Linux     FFmpeg for Windows

基本用法     詳細用法

ffprobe --help
			

基本語法

ffprobe [OPTIONS] [INPUT-FILE]
			

選項參數

參數 EN 解釋 中文翻譯 備注

基本用法

功能 命令 文字解釋 示例 示例解釋
格式 ffprobe -show_format input.flv 查看 input.flv 多媒體文檔幀信息
ffprobe -v trace -i input.flv 查看 input.flv 多媒體文檔視頻軌道信息
輸齣 ffprobe -of xml -show_streams input.flv 以 XML 格式輸齣 input.flv 多媒體文檔信息
ffprobe -of ini -show_streams input.flv 以 INI 格式輸齣 input.flv 多媒體文檔信息
ffprobe -of flat -show_streams input.flv 以 FLAT 格式輸齣 input.flv 多媒體文檔信息
ffprobe -of json -show_streams input.flv 以 JSON 格式輸齣 input.flv 多媒體文檔信息
ffprobe -of csv -show_streams input.flv 以 CSV 格式輸齣 input.flv 多媒體文檔信息
ffprobe -show_frames input.flv 查看 input.flv 多媒體文檔封裝格式信息
ffprobe -show_streams input.flv 查看 input.flv 多媒體文檔流信息
ffprobe -show_frames -select_streams a -of xml input.flv 以 XML 格式輸齣 input.flv 多媒體文檔音頻流幀信息
ffprobe -show_frames -select_streams s -of xml input.flv 以 XML 格式輸齣 input.flv 多媒體文檔字幕流幀信息
ffprobe -show_frames -select_streams v -of xml input.flv 以 XML 格式輸齣 input.flv 多媒體文檔視頻流幀信息
ffprobe -show_packets input.flv 查看 input.flv 多媒體文檔數據包信息
ffprobe -show_data -show_packets input.flv
幫助 ffprobe --help 展示幫助信息

 

版權聲明: 本文為獨傢原創稿件,版權歸 樂數軟件 ,未經許可不得轉載。