[SOLVED] Keys:AndroidManufacturer, Keys:AndroidModel are not into -listx output

Started by mahikeulbody, September 20, 2024, 12:44:25 PM

Previous topic - Next topic

mahikeulbody

Edit: I was using ver 12.93. It is solved in ver 12.96. Sorry.

Hi,
I have a Pixel phone. The command
> exiftool -all -G1 -json pixelxxx.mp4 outputs:
{
...
  "QuickTime:HandlerType": "Metadata Tags",
  "Keys:AndroidManufacturer": "Google",
  "Keys:AndroidModel": "Pixel 5",
  "Keys:AndroidCaptureFPS": 30,
...
}
but Keys:AndroidManufacturer and Keys:AndroidModel are not present into the listx output (at least with these names).

(I am using listx to build a "database" that I can request for personal purpose)