Add description to Readme

This commit is contained in:
mmcwilliams 2019-05-31 17:23:56 -04:00
parent 1c7844aa66
commit 61bb4be1f3
1 changed files with 1 additions and 1 deletions

View File

@ -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")