Replies: 1 comment 4 replies
|
I haven't understood your workflow. Exiv2 can handle many files in a single execution. Use grep -o --only-matching to filter and present the data as required. For example: My advice is therefore:
If you're interested in modifying exiv2, you could add a new |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I use exiv2 with program FileLocator Pro to extract searchable EXIF, IPTC data. At present I have FileLocator Pro run a script in to first run "basename" to produce the filename followed by exvi2 to extract pertinent data. This adds a lot of processing time for 20,000 images. It would be helpful if exiv2 had an option to produce the basename so as to cut out one extra execution per image file.
All reactions