./icloud-photo-conv.sh input-path output-path
exiftool
magick
(ImageMagick)ffmpeg
Use homebrew
to install these depdencies.
- Converts HEIC files to JPG ones.
- Converts MOV files to MP4 ones.
- Preserves metadata.
- Uses creation date as a filename.
- Categorizes files into directories by year and month.
It's very simple script. For a better results, use Duplicate Photos Finder app for MacOS.
./dupe-finder.sh path
- Finds all duplicated files in the specific path.
- Ignores files that have differnt metadata but same content.
- Scans path recursively.
exiftool
Use homebrew
to install these depdencies.
./metadata-cleaner.sh path
- Removes all metadata from files in directory.
- Scans path recursively.