CMD 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.