Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Dec 16, 2023
1 parent 83ac653 commit d825d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
pip install crop_video
```

#### Use by CLI
#### 命令行使用
```bash
# 视频路径 开始时间 结束时间 保存裁剪视频路径
$ crop_video 1.mp4 00:00:00 00:00:20 result.mp4
```

#### Use by python
#### Python脚本使用
```python
from crop_video import CropVideo

Expand Down

0 comments on commit d825d7a

Please sign in to comment.