metadata-extractor-dotnet icon indicating copy to clipboard operation
metadata-extractor-dotnet copied to clipboard

No "Camera Model" in Metadata of Mov/mp4

Open Diddlik opened this issue 7 years ago • 4 comments

I try to extract metadata from some video files, to get Camera Model which was used to make it, but there is not any information about it... Than I tried to use ExifTool and with it, I can extract this information from file. Is it possible to add this feature?

2017-11-16_100457

Diddlik avatar Nov 16 '17 09:11 Diddlik

Would you be able to provide a sample image for this? That way I can see what tag/group ExifTool extracts this from.

payton avatar Nov 21 '17 20:11 payton

mov_samples.zip I attached to files, one from Canon 6D and one of Olympus E-M10.

For Canon its "Model", for Olympus its "Camera Model Name".

Thanks a lot.

Diddlik avatar Nov 21 '17 21:11 Diddlik

I am not familiar with the dot net library, unfortunately, but the issue is that we do not handle the TAGS atom. More information on this atom can be found from ExifTool https://sno.phy.queensu.ca/~phil/exiftool/TagNames/Olympus.html#OLYM2

This is something that could also be added to the Java version, but will take some time to complete.

payton avatar Nov 22 '17 00:11 payton

I hope it would be possible to implement it in dot net library...

Diddlik avatar Nov 24 '17 12:11 Diddlik