From 61bb4be1f32a653d1ac7d8278f22b04ce5d003c4 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 31 May 2019 17:23:56 -0400 Subject: [PATCH] Add description to Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b06fa..14ae071 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installation instructions for ffmpeg here: https://github.com/adaptlearning/adap `sh bipack.sh A.mp4 B.mp4 matte.mp4 output.mov` -This command will take video `A.mp4` and `B.mp4` as image sources while using `matte.mp4` as a high contrast matte which seperates the two image sources. +This command will take video `A.mp4` and `B.mp4` as image sources while using `matte.mp4` as a high contrast matte which seperates the two image sources. Any video passed in as the matte layer will be converted to greyscale and have the contrast maxed out, so you should treat your matte layer before putting it into this script. ![bipack examples](img/example.jpg?raw=true "Examples")