Adobe Forums - Extract XMP sidecar files together with originals
Adobe Forums - Extract XMP sidecar files together with originals: "To extract XMP from an arbitrary file and write it to a .xmp file, a command as simple as:
exiftool -xmp -b image.jpg > image.xmp
The tool also works recursively against directories, though I'm not certain if with this simplest of commands it'd put the .xmp files in the right place (I believe it'll put it in your current working directory) so a few more lines of script may be needed to make sure they all go back to their desired locations."
exiftool -xmp -b image.jpg > image.xmp
The tool also works recursively against directories, though I'm not certain if with this simplest of commands it'd put the .xmp files in the right place (I believe it'll put it in your current working directory) so a few more lines of script may be needed to make sure they all go back to their desired locations."
Labels: multimedia, tagging
0 Comments:
Post a Comment
Links to this post:
<< Home