Deduplicates photos and organizes them by date.
import-photos [-c] [-l limit] [-p parallel] [-t] [-v] -d destroot srcroot1 srcroot2...
exiftimefrom theexittagspackage to get date and time stamp from picturesffmpegto get date and time stamp from video filesgif2png(optional) to convert GIF to PNG filesmdls(optional, included in macOS) to get date stamp from mediaopensslto calculate file digests
sudo apt get exiftags ffmpeg gif2png openssl
brew install exiftags ffmpeg gif2png openssl
sudo port install exif ffmpeg gif2png openssl
sudo yum install exiftags ffmpeg gif2png openssl