Zend certified PHP/Magento developer

Merge Multiple Sets of Recovered or Undeleted Files

I recovered several thousand deleted files (especially .jpeg and .mov), using extundelete, ext4magic and photorec.

Each program of the tools recovered some files, but not all and now I am thinking about the best way to merge the different results.

The quality or completeness of the recovered data differs for each tool, e.g. did photorec not recover filepaths, some pictures cannot be viewed or only the first half of a picture ist shown, the rest is a plain colored area.

In the past I merged results like this manually, but this time it is simply too much.

Is there a tool for merging the different results?
Or do I have to write my own script?

Such a tool could e.g. check if a file, that was recovered by photorec, was also undeleted by extundelete and the extundelete result ist a JPEG without error, so the photorec result (missing the file path) may be dismissed.