MeWiz - Media Wizard
Table of Contents
1 General
- This program is free software: released under Creative Commons Zero (CC0) license
- Program author:
- Svjatoslav Agejenko
- Homepage: https://svjatoslav.eu
- Email: mailto://svjatoslav@svjatoslav.eu
- Other software projects hosted at svjatoslav.eu
1.1 Source code
- Download latest snapshot in TAR GZ format
- Browse Git repository online
Clone Git repository using command:
git clone https://www2.svjatoslav.eu/git/meviz.git
2 Introduction
The idea is to have something like a Swiss army knife of various tools for audio, video, photo editing/conversion.
Current functionality:
- Acts as unified frontend for linux commandline tools for audio, video and photo conversion.
- Generates HTML listing for directory content with image thumbnails and embedded video player.
- Batch file rename.
3 Installation
Study and run installer script:
install
4 Usage
4.1 To generate or update existing image gallery
- Using terminal, navigate to desired destination directory.
Issue command:
meviz index
If there is existing image gallery, then meviz only generates thumbnails for new images if needed. Old thumbnails that are no longer needed are removed automatically. Idea is that it must be computationally cheap to update gallery incrementally.