# README
Cloud-compactor
Tool that automatically clean up files/directories and optimize videos from Cloud storage.
Supported access:
- FTPS
Supported output video formats:
- x265
Requirements
- Docker
- Docker-compose
Configure
Create a config/config.yaml
file with the same content as in config/config.yaml.example
.
Usage
Primary usage is through Docker, but you can also run it locally (but you will need to install the dependencies).
Docker
make run
It will build the image locally and run the container.
Local
make local/run
Troubleshooting
Please feel free to open an issue if you have any problem.