mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
parent
ff3e6a0408
commit
9ddcd85211
12
README.md
12
README.md
@ -187,6 +187,18 @@ If you have an issue you can check the developer tools for any errors or clues.
|
||||
|
||||
## Command line interface (CLI)
|
||||
|
||||
Note that these exampels assume that you have set up LosslessCut in your `PATH` environment. Alternatively you can run it like this:
|
||||
```
|
||||
# First navigate to the folder containing the LosslessCut app
|
||||
cd /path/to/directory/containing/app
|
||||
# On Linux:
|
||||
./LosslessCut arguments
|
||||
# On Windows:
|
||||
./LosslessCut.exe arguments
|
||||
# On MacOS:
|
||||
./LosslessCut.app/Contents/MacOS/LosslessCut arguments
|
||||
```
|
||||
|
||||
### Open one or more files:
|
||||
```bash
|
||||
LosslessCut file1.mp4 file2.mkv
|
||||
|
Loading…
Reference in New Issue
Block a user