metadata-extractor-dotnet
                                
                                
                                
                                    metadata-extractor-dotnet copied to clipboard
                            
                            
                            
                        No "Camera Model" in Metadata of Mov/mp4
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?

Would you be able to provide a sample image for this? That way I can see what tag/group ExifTool extracts this from.
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.
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.
I hope it would be possible to implement it in dot net library...