News:

2023-03-15 Major improvements to the new Geolocation feature

Main Menu

Export specific data from movies in a folder

Started by jer2015, October 27, 2014, 05:26:26 AM

Previous topic - Next topic

jer2015

My first question in this forum!

I have got a folder containing many moviefiles, and would like to export a list that looks a bit like this:

Name         Created                       Latitud                Longitud
045.mpg    2011-04-04 10:34:10   xx.xx.xx.xx.xx.xx xx.xx.xx.xx.xx.xx.
and so on, for the rest of the files...

What's the easiest way to do this? Tried opening the folder with the Gui and got a txt for every each and one, containing more data than needed right now...
Best regards Johan

Hayo Baan

On the command-line you could use something like:
exiftool -T -FileName -DateCreated -GPSLatitude -GPSLongitude *.mpg
This will output a tab delimited list of the specified tags.

Hope this helps,
Hayo
Hayo Baan – Photography
Web: www.hayobaan.nl

jer2015

Thank you Hayo! That worked very well, you made my day  :D

jer2015

Hmm...what is the correct syntax to also pipe out the File Modification Date/Time?