Skip to content

Commit bde7b8c

Browse files
author
Yang
authored
Update README.md
1 parent 01c8fd9 commit bde7b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ epEditor.mergeByLc(epVideos, new EpEditor.OutputOption(outFile), new OnEditorLis
185185
});
186186
```
187187
## 自定义命令
188-
* 输入ffmpeg命令即可(起头不用输ffmpeg,例子"-i input.mp4 -ss 0 -t 5 output.mp4")
188+
* 输入ffmpeg命令即可(起头不用输ffmpeg,例子"-i input.mp4 -ss 0 -t 5 output.mp4",第二个参数为视频长度,单位微秒,可以填0
189189
```Java
190190
EpEditor epEditor = new EpEditor(this);
191191
epEditor.execCmd("", 0, new OnEditorListener() {

0 commit comments

Comments
 (0)