pull/2801/head
Mikael Finstad 4 months ago
parent 260228d72b
commit 26030178c9
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -34,6 +34,14 @@ See [available settings](https://github.com/mifi/lossless-cut/blob/master/src/ma
LosslessCut --settings-json '{captureFormat:"jpeg", "keyframeCut":true}' LosslessCut --settings-json '{captureFormat:"jpeg", "keyframeCut":true}'
``` ```
### Override FFmpeg/FFprobe path
Overriding path to FFmpeg/FFprobe can be done in the UI, or with the following command:
```bash
LosslessCut --settings-json '{customFfPath:"/path/to/folder/containing/ffmpeg_and_ffprobe"}'
```
## Other options ## Other options
- `--locales-path` Customise path to locales (useful for [translators](translation.md)). - `--locales-path` Customise path to locales (useful for [translators](translation.md)).

Loading…
Cancel
Save