OpenEXR search

Ask for help and post your question on how to use XnView MP.

Moderators: XnTriq, helmut, xnview

David Gardener
Posts: 1
Joined: Mon Sep 05, 2022 7:17 pm

OpenEXR search

Post by David Gardener »

Hi there,
I have just rendered a 10,000 frame animation on 3 computers. One of the 3 computers was not setup correctly and all the images in the sequence from that machine are bad and i need a way to select all those and delete them.

I checked in XN view MP and there is a data string that identifies which computer the image came from in the bottom left panel under the ExifTool tab it is under these headdings :
OpenEXR:
Hostname RENDER01

it would be simple enough if the title Hostname was searchable, but it doesnt seem to be. Can anyone think of / suggest a way that I could easily delete all the files with the metadata tag - Hostname RENDER01 ?

Thanks!
David
User avatar
GeorgD
Posts: 291
Joined: Thu Oct 12, 2006 2:45 pm

Re: OpenEXR search

Post by GeorgD »

Hi David,

did you find a way to solve it?

In casse you or others are looking for ways to search EXR meta data, you may use ExifTool to extract information from an exr file and write it to other containers (file name, embedded comment, EXIF, IPTC, XMP) and maybe create an temporary JPEG – so data that you can search. In case you need to access EXIF data inside EXR, https://exiftool.org/forum/index.php?topic=15870.0 may be helpful. As a starting point to write conditionally into other fileds:
exiftool -keywords+=HDR -if "$MakerNotes:HDR != 0 and not($keywords =~ /HDR/i)" -overwrite_original_in_place *.jpg
Hint: Do your experiments in a copy of the actual data folder 8)

Best regards,
Georg
In the XnView Wiki, you can improve the user guide / documentation / F1-help for XnView (classic/Windows) and for XnViewMP