about summary refs log tree commit diff
path: root/README.md
blob: 84fe67506fd34fb40ace1fa56de93bd80063a0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# galier

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.