Update readme to reflect all options on the application now.
This commit is contained in:
parent
d2b27620ca
commit
f569a27e32
13
README.md
13
README.md
|
@ -21,13 +21,15 @@ chmod +x frameloom
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
```./frameloom -i /path/to/video1:/path/to/video2 -o /path/to/output```
|
```bash
|
||||||
|
./frameloom -i /path/to/video1:/path/to/video2 -o /path/to/output
|
||||||
|
```
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
Run `./frameloom -h` to display help screen.
|
Run `./frameloom -h` to display help screen.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
Usage: frameloom [options]
|
Usage: frameloom [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
@ -39,8 +41,11 @@ Options:
|
||||||
-t, --tmp [dir] Specify tmp directory for exporting frames
|
-t, --tmp [dir] Specify tmp directory for exporting frames
|
||||||
-a, --avconv Specify avconv if preferred to ffmpeg
|
-a, --avconv Specify avconv if preferred to ffmpeg
|
||||||
-R, --random Randomize frames. Ignores pattern if included
|
-R, --random Randomize frames. Ignores pattern if included
|
||||||
-h, --help output usage information
|
-s, --spin Randomly rotate frames before rendering
|
||||||
|
-e, --exec Command to execute on every frame. Specify {{i}} and {{o}} if the command requires
|
||||||
|
it, otherwise frame path will be appended to command
|
||||||
|
-q, --quiet Suppresses all log messages
|
||||||
|
-h, --help display help for command
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Reference in New Issue