MacOS – Can’t see the image or movie file dimensions in Finder

findergraphicsmacos

I can't see the image or movie file dimensions in the Finder when browsing files on a server. Local files are shown as usual; it's just when I pick a file on the company server that the dimensions are not shown.

The screen shot below shows the dimensions of a local file, correctly, as 1280 x 720. Why is this information missing from server hosted files?

Example with dimensions

Best Answer

Files on the remote server are not indexed by Spotlight. Try using identify or ffprobe:

brew install imagemagick ffmpeg
identify image.png
ffprobe -i video.mp4