diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-16 17:02:59 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-16 17:02:59 +0100 |
commit | c89116edfc5dee938c19db6a497f99a135a35ab8 (patch) | |
tree | 66b27c244c8c620933f9e8e25bdc23f4a4cab27f /README.md | |
parent | ea2f56ce2befa0534907915ca5f7585bbbbaa9c3 (diff) | |
parent | 41be4192985f46bfe7de3595a5529571ea2b21ba (diff) | |
download | galier-c89116edfc5dee938c19db6a497f99a135a35ab8.tar.gz galier-c89116edfc5dee938c19db6a497f99a135a35ab8.zip |
Merge branch 'master' of github.com:19pdh/galier
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. |