修正获取媒体文件信息方法;

增加常用视频编解码器参数.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-05-18 15:20:04 +08:00
parent 50775951f7
commit d40169b05e
1 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,7 @@
## 获取媒体文件信息 ## 获取媒体文件信息
```sh ```sh
ffmpeg -i <file> ffprobe <file>
``` ```
## 转码 ## 转码
@ -61,6 +61,10 @@ Audio codec:
Video codec: Video codec:
* h263
* libx264
* libx265
## 分离视频音频流 ## 分离视频音频流
```sh ```sh