Update readme to reflect all options on the application now.

This commit is contained in:
Matt McWilliams 2021-03-26 18:45:07 -04:00
parent d2b27620ca
commit f569a27e32
1 changed files with 9 additions and 4 deletions

View File

@ -21,13 +21,15 @@ chmod +x frameloom
## 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
Run `./frameloom -h` to display help screen.
```
```bash
Usage: frameloom [options]
Options:
@ -39,8 +41,11 @@ Options:
-t, --tmp [dir] Specify tmp directory for exporting frames
-a, --avconv Specify avconv if preferred to ffmpeg
-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