Copy all IPTC from .jpg to .mov in current dir.

Started by MagicDogWorkshop, October 09, 2015, 11:22:11 AM

Previous topic - Next topic

MagicDogWorkshop

Hello. Im absolute newbe in ExifTool and coding, and just need one little answer. (thats all, what i want from this wonderful porgramm).

I need to copy  all IPTC information from bulk samename.jpg to > IPTC samename.mov in current directory.
Dir have a lot of .mov and .jpg files with same names.


Thats all, what i need :)

Phil Harvey

.mov videos do not support IPTC IIM information.  If you mean XMP, it can be done like this:

exiftool -tagsfromfile %d%f.jpg -xmp:all -ext mov DIR

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).