ExifTool is a platform-independent Perl library and command-line application for reading, writing and editing meta information in a wide variety of files.
I am trying to parse a Json file like this, generated by Exiftool: [{ "SourceFile": "videos/XaviHernandez.flv", "ExifTool": { "ExifToolVersion": 8.22 }, "System": { "…
java json exiftoolI am interesting in parsing the exiftool result with a java api or something like that. I have been researching, …
java exiftool