Attach the extracted metadata to original file

154 Views Asked by At

I have some files from which i removed the metadata and extracted it in YML file using exiftool. Now i want to attach those files again to same files. I tried EXIV2 but its not working. Is there any tool or specific command to make it work. Thanks in advance.

1

There are 1 best solutions below

3
On

I've seen a few YML to JSON converters online. If it's only a few files, then you could convert the YML files to JSON, and then then import the data with

ExifTool -Json=/path/to/JSON_File /path/to/target/file

Though I now see that you have a video tag on this and ExifTool only has limited support for video files.