修正获取媒体文件信息方法;
增加常用视频编解码器参数. Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
50775951f7
commit
d40169b05e
|
@ -25,7 +25,7 @@
|
|||
## 获取媒体文件信息
|
||||
|
||||
```sh
|
||||
ffmpeg -i <file>
|
||||
ffprobe <file>
|
||||
```
|
||||
|
||||
## 转码
|
||||
|
@ -61,6 +61,10 @@ Audio codec:
|
|||
|
||||
Video codec:
|
||||
|
||||
* h263
|
||||
* libx264
|
||||
* libx265
|
||||
|
||||
## 分离视频音频流
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue