Skip to content

Commit

Permalink
Update kdenlive examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dunossauro committed Aug 28, 2023
1 parent db3d26b commit ceab14f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,21 @@ vmh equalize --help
#### Sample Commands:

1. For an automated silence-trimmed XML setup using `audio.wav`, `video.mp4`, and `project.xml`:
```
vmh kdenlive audio.wav video.mp4 project.xml
```bash
vmh kdenlive project.kdenlive video.mp4
```

2. Customizing silence detection parameters for the XML generation:
```bash
vmh kdenlive project.kdenlive video.mp4 --silence-time 500 --threshold -30
```
vmh kdenlive audio.wav video.mp4 project.xml --silence-time 500 --threshold -30

3. Using equilized audio
```bash
vmh kdenlive project.kdenlive video.mp4 audio.mp3
```


#### `--help` Option Display:

A snapshot of available options and arguments for the `kdenlive` command:
Expand Down

0 comments on commit ceab14f

Please sign in to comment.