1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

Update cli.md

Fix Link from configStore.js to configStore.ts
This commit is contained in:
kalebs-anotheraxiom 2024-04-05 15:40:06 -04:00 committed by GitHub
parent 41739d7572
commit a3cb513096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
cli.md
View File

@ -26,7 +26,7 @@ LosslessCut file1.mp4 file2.mkv
```
## Override settings (experimental)
See [available settings](https://github.com/mifi/lossless-cut/blob/master/src/main/configStore.js). Note that this is subject to change in newer versions. ⚠️ If you specify incorrect values it could corrupt your configuration file. You may use JSON or JSON5. Example:
See [available settings](https://github.com/mifi/lossless-cut/blob/master/src/main/configStore.ts). Note that this is subject to change in newer versions. ⚠️ If you specify incorrect values it could corrupt your configuration file. You may use JSON or JSON5. Example:
```bash
LosslessCut --settings-json '{captureFormat:"jpeg", "keyframeCut":true}'
```