- Joined
- Apr 26, 2019
- Messages
- 1,457
- Reactions
- 1,212
Hi developers / programmers / coders:
I would like to create a tool that grabs metadata from a video file. Currently, my personal thoughts are to write a spreadsheet, but the tool could have other outputs (text file, possibly delimited for importing into a database).
My goal is to be able to better track the huge hoard of drone video I've taken over the years. It would be more easily managed if I could extract the following:
In the past, I went looking for libraries or video standards specifications to be able to open a video file and find this info, but I've always been disappointed in what I've found.
So please let me know if you've found code or libraries (hopefully free) that would make this fairly straightforward. I'm not so strong a dev that I could create all of this from low-level scratch.
Thanks, Chris
PS: if there's already such a tool (something like EXIFTOOL for still photography), I could use that. I'm pretty handy with batch files. Or I could create the above REPORTING tool from the text output from some other metadata extraction tool.
I would like to create a tool that grabs metadata from a video file. Currently, my personal thoughts are to write a spreadsheet, but the tool could have other outputs (text file, possibly delimited for importing into a database).
My goal is to be able to better track the huge hoard of drone video I've taken over the years. It would be more easily managed if I could extract the following:
- Telemetry (mainly coordinates, altitude)
- Video specs (dimensions, length, FPS, shutter speed and aperture, video recording mode / bit-depth)
In the past, I went looking for libraries or video standards specifications to be able to open a video file and find this info, but I've always been disappointed in what I've found.
So please let me know if you've found code or libraries (hopefully free) that would make this fairly straightforward. I'm not so strong a dev that I could create all of this from low-level scratch.
Thanks, Chris
PS: if there's already such a tool (something like EXIFTOOL for still photography), I could use that. I'm pretty handy with batch files. Or I could create the above REPORTING tool from the text output from some other metadata extraction tool.