Update README

master
徐灿辉 5 years ago
parent 3ffe907c02
commit 375b11f288
  1. 2
      README.md

@ -18,8 +18,8 @@ android {
## Usage
```java
// ffmpeg -y -ss 1 -t 100 -accurate_seek -i + videoPath + -codec copy + savePath
// you can use FFmpegCmd to build an ffmpeg command
// For example: ffmpeg -y -ss 1 -t 100 -accurate_seek -i + videoPath + -codec copy + savePath
FFmpegCmd cmd = new FFmpegCmd();
cmd.append("-ss").append(1);
cmd.append("-t").append(500);

Loading…
Cancel
Save