Skip to content

Commit

Permalink
Update cmd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
microshow authored May 18, 2020
1 parent b00597e commit 1dce50b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions preview/docs/cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,19 @@ ffmpeg -y -i rtmp://58.200.131.2:1935/livetv/hunantv -t 10 -preset superfast /st
```


* 音频的某段时间设为静音

```java


ffmpeg -y -i /storage/emulated/0/1/input.mp3 -af volume=enable='between(t,0,2)':volume=0,volume=enable='between(t,15,20)':volume=0 /storage/emulated/0/1/result.mp3


```




# 高级用法

* 图片+视频+视频 混合拼接
Expand Down

0 comments on commit 1dce50b

Please sign in to comment.