devongovett / exif-reader

A small EXIF image metadata reader
MIT License
145 stars 22 forks source link

Any get EXIF from video files? #12

Closed patprzybilla closed 1 year ago

patprzybilla commented 5 years ago

Hi,

great piece of code. Works well with images. however I was looking into getting exif data from video formats. Do you know anything about it? I would love to make that work.

lovell commented 4 years ago

If you can extract just the EXIF from the video as an instance of a Buffer, then yes, this should work.

Each of the various video container formats usually have their own metadata structure as well as (most) providing support for EXIF/XMP etc. It might be worth experimenting on the sort of video files you'd need to process using command line tools such as ffmpeg and exiftool first.