diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-07 11:40:48 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-07 11:40:48 +0100 |
commit | 2a106b2e28321af75cec0cd61b357fa2c30fdeb3 (patch) | |
tree | 049dea2b45205785e7d3e47215a8cb7d9e1d19b1 /README.md | |
parent | b3caa806669442dddbccabadd296204d46a5fbb6 (diff) | |
download | galier-2a106b2e28321af75cec0cd61b357fa2c30fdeb3.tar.gz galier-2a106b2e28321af75cec0cd61b357fa2c30fdeb3.zip |
Add nix derivation v0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md index 2c7b068..84fe675 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ Better [gal](https://github.com/19pdh/gal) - media gallery generator. It supports images and videos ## Usage + +``` +galier [SRC DIR] [OUTPUT DIR] +``` + +## Caching results + +Since video transcoding is a cpu intensive task this script will check if file +exists in output folder. In order to regenerate video you need to remove/rename +file in its destination. + +Other files (htmls, images) will always be overwritten. |