https://github.com/premultiply/mediaindexer
Look, all those brutiful thumbnails...!
https://github.com/premultiply/mediaindexer
audio duration filmstrip generator index loudness media mediainfo metadata mxf preview thumbnail tumbnails video waveform
Last synced: 10 months ago
JSON representation
Look, all those brutiful thumbnails...!
- Host: GitHub
- URL: https://github.com/premultiply/mediaindexer
- Owner: premultiply
- Created: 2019-04-12T14:12:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T15:03:24.000Z (about 7 years ago)
- Last Synced: 2025-04-08T10:51:39.767Z (about 1 year ago)
- Topics: audio, duration, filmstrip, generator, index, loudness, media, mediainfo, metadata, mxf, preview, thumbnail, tumbnails, video, waveform
- Language: AutoIt
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mediaindexer
Automatically creates beautiful filmstrip and waveform images, json/xml metadata and EBU R128 loudness measurements on media files in a watched folder for browsing applications.
### Required executables:
- ffmpeg.exe from https://ffmpeg.zeranoe.com/builds/
- ffprobe.exe from https://ffmpeg.zeranoe.com/builds/
- mxf2raw.exe from https://sourceforge.net/projects/bmxlib/files/
- bmxtranswrap.exe from https://sourceforge.net/projects/bmxlib/files/
### How to use:
- Install [AutoIt](https://www.autoitscript.com/site/autoit/downloads/)
- Copy required executables into script folder
- Compile Script with [Aut2exe](https://www.autoitscript.com/autoit3/docs/intro/compiler.htm)
- Define Properties in config.ini
- Run with start.bat
### Properties:
- **Source-Dir**: Directory, you want to watch with media files in it
- **Destination-Dir**: This is where the metadata (json, xml, filmstrips, etc.) will end up
- **DisableRemoval**: mediaindexer will check, if a media file is still present and delete the matching metadata when a file is deleted. Setting this to `1` will suppress this behaviour.