For instance, the website lists ".mp4 MPEG 4", but photorec 6.14 has no such thing. It seems that in photorec this file format is contained in "mov" category. Same for ".wav RIFF audio", which is contained in "riff" category.
So is it possible to list all file formats supported by photorec from a given installation? I have in mind a commandline switch (say, '/list') that would output to stdout all the supported file formats. This would allow the user, say:
Code: Select all
photorec /list | less
so as to easily browse/search the list and to find the appropriate format.