## ffprobe 命令 ### ffprobe ```Shell usage: ffprobe [OPTIONS] INPUT_FILE ``` #### 常用命令 ```Shell ffprobe -print_format json -show_streams xxx.mp3 ```