ffProbe 命令

ffProbe 能查看多媒体文档 多媒体流的信息。

另请参阅: FFmpeg 4.2.2 中文文档编制     FFmpeg for Linux     FFmpeg for Windows

Basic Usage     Detailed Usage

ffProbe --help
			

基本语法

ffProbe [OPTIONS] [INPUT-FILE]
			

选项参数

参数 EN 解释 中文翻译 Remark

Basic Usage

Function 命令 文字解释 示例 示例解释
Format 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 展示帮助信息

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.