diff --git a/README.md b/README.md index 73446c5..12abdc9 100644 --- a/README.md +++ b/README.md @@ -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