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 展示幫助信息

 

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