From ceab14f49f170dda94ecfc8b7f488f3fe0914383 Mon Sep 17 00:00:00 2001 From: dunossauro Date: Sun, 27 Aug 2023 22:06:21 -0300 Subject: [PATCH] Update kdenlive examples --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ed1e81..0e4970e 100644 --- a/README.md +++ b/README.md @@ -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: