Open rizwank opened 3 months ago
Syntax for creating exif.json on Mac, if you are in the current directory of the files. exiftool -r -json . > exif.json
exiftool -r -json . > exif.json
Syntax for merging on Mac, if you are in the current directory of the files. exiftool -r -json=exif-updates.json .
exiftool -r -json=exif-updates.json .
Syntax for creating exif.json on Mac, if you are in the current directory of the files.
exiftool -r -json . > exif.json
Syntax for merging on Mac, if you are in the current directory of the files.
exiftool -r -json=exif-updates.json .