Media Keeper Bash Script for optimizing media content #2658
spreeni151
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I build a lightweight Bash utility for preparing image and video collections for specific server directories. I call it 'Media Keeper'. It was written to expand the functionality of File Browser Quantum, but it can also work on any other Server directory. I start it as cron job in the night, it has the option to run just a specific time every night.
Features
Synchronizes timestamps from EXIF metadata
Converts JPEG images to WebP
Scale large image files to predefined dimensions
Resizes videos with FFmpeg
Incremental processing
Automatic index management
Customizable by a config file
I documented everything here: https://github.com/spreeni151/mediakeeper
Feel free to use it for your projects :-)
P.S. Filebrowser Quantum is wonderful - thank you very much for it!
All reactions