From f569a27e322c6a7ee07878121bdeef0c31831f65 Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Fri, 26 Mar 2021 18:45:07 -0400 Subject: [PATCH] Update readme to reflect all options on the application now. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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