Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 375 Bytes

synothumbs

Photo and video thumbnails generator for Synology DiskStation NAS

Dependencies

Requires ImageMagick and ffmpeg.

Install them on Mac OS with brew:

  1. Image Magick

    $ brew install imagemagick

  2. ffmpeg

    $ brew install ffmpeg