0

i want to write a custom import script to import my files from the sd-card.

I found the File Naming Conventions. Thats helps a lot, but i can't find any difference between Burst Photos and Time-Lapse Photos. I try to find any difference with exiftool but i can't identify a unique value. It must be possible because the GoPro App do it :D (make different folders during import)

Has anybody a solution or an idea how i can find out more informations about the photos?

ManAnRuck
  • 234
  • 2
  • 10
  • Try running this command (replace FILE with actual full path to file): `exiftool -G1 -a -u FILE` The `-u` option will output tags which exiftool doesn't know about and you might be able to find a tag which is different. If you do, bring the result over to the [ExifTool forum](http://u88.n24.queensu.ca/exiftool/forum/index.php) and Phil (the author of exiftool) might be able to add support for it. – StarGeek Oct 11 '16 at 21:23
  • thanks, but i can'f find there any clearly difference :'( – ManAnRuck Oct 12 '16 at 07:30

0 Answers0