Skip to content

Commit

Permalink
Update cmd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
microshow authored Jul 30, 2019
1 parent 9b86b86 commit 629284d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions preview/docs/cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ ffmpeg -y -i /storage/emulated/0/1/input.mp4 -i /storage/emulated/0/1/1.png -fil

```

* Gif转视频

```java

ffmpeg -y -i /storage/emulated/0/1/input.gif -pix_fmt yuv420p -preset superfast /storage/emulated/0/1/result.mp4

```

# 音频处理

* 音频拼接
Expand Down

0 comments on commit 629284d

Please sign in to comment.