From 91a5298b720d23600945d3f1989901891238ec42 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Sat, 22 Dec 2018 00:16:01 -0500 Subject: [PATCH] Update docs to use correct name --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 62fa595..454e6d3 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,19 @@ Installation instructions for ffmpeg here: https://github.com/adaptlearning/adap ## Installation ``` -git clone https://github.com/sixteenmillimeter/videoloom.git -cd videoloom -chmod +x videoloom +git clone https://github.com/sixteenmillimeter/frameloom.git +cd frameloom npm install +chmod +x frameloom ``` ## Basic Usage -```./videoloom -i /path/to/video1:/path/to/video2 -o /path/to/output``` +```./frameloom -i /path/to/video1:/path/to/video2 -o /path/to/output``` -## Features +## Options + +Run `./frameloom -h` to display help screen. ``` Usage: frameloom [options] @@ -36,6 +38,7 @@ Options: -r, --realtime Specify if videos should preserve realtime speed -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 ```