Recent posts

#1
I think the "No data reference" problem will be solved if you upgrade to the current version.

- Phil
#2
Newbies / Re: Teleconverter off brand
Last post by Phil Harvey - Today at 09:12:32 PM
I would say that lens/teleconverter combinations should be stored in the EXIF:LensModel tag.  And yes, all of the FocalLength tags should also be affected.

- Phil
#3
Newbies / Teleconverter off brand
Last post by seedsca - Today at 08:40:35 PM
Hi,

I'm trying to add my "POSS AUTO TELE CONVERTER 2X MULTI-COATED" as a teleconverter for my Minolta (film) cameras. I see there is an option, but it's only for Minolta branded ones. I also see there are several other brands of teleconverters, but none are "POSS".

How would you recommend I tag my film scans when I use this teleconverter? I'm also thinking of changing the FocalLengthIn35mmFormat to be double of what the lens uses, since the teleconverter doubles it. Or is there another standard to use here?

Finding tagging film scans a bit on the complicated side  ;D
#4
Other Discussion / Re: Send an URL with anchor (#...
Last post by StarGeek - Today at 07:58:42 PM
Maybe it's a browser problem? My default is Firefox, and copy/pasting your first command to CMD/PowerShell properly opens the link at the correct anchor point.

Maybe try escaping the hashtag with a caret ^
#5
Rename
exiftool(-k).exe
to
exiftool(-CreateDate -a -G1 -k).exe

The -a (-duplicates) option and -G1 (-groupNames1) option are required to see all the the CreateDate tags, as there might be duplicates, as well as the groups they belong two.

To find the version, rename to
exiftool(-ver -k).exe
#6
Other Discussion / Send an URL with anchor (#) f...
Last post by elhiero - Today at 06:29:19 PM
I'm adding some "help" links to my CCE software.

When I tried to send "https://exiftool.org/exiftool_pod.html#Utilities" to my internet browser from a cmd window, (or, in fact from my CCE.jar program) , the cmd utility intercepts the # character.

cmd /c start "" "https://exiftool.org/exiftool_pod.html#Utilities" -> the anchor will be lost.
None of the AIs found a simple solution ...

The workaround is :
set xyz="#Utilities"
cmd /c start "" "https://exiftool.org/exiftool_pod.html%xyz%"
#7
Hi Phil,
just for your information: I do not use old pixel 4a smartphone anymore. So, following it's about pixel 8 files.

Unfortunately I don't know how to use your required command / where to copy the command "exiftool -createdate -a -G1 FILE".

Pixel 8:
So, I drag and drop the file: PXL_20250324_214659672.mp4 (created with pixel 8) onto exiftool(-k).exe and get following information: (just showing the important ones)

File Modification Date/Time     : 2025:03:24 22:47:26+01:00
File Access Date/Time           : 2025:03:24 23:00:46+01:00
File Creation Date/Time         : 2025:03:24 22:48:16+01:00

Create Date                     : 2025:03:24 21:47:04
Modify Date                     : 2025:03:24 21:47:04

Com Android Model               : Pixel 8
Com Android Manufacturer        : Google
Track Header Version            : 0
Track Create Date               : 2025:03:24 21:47:04
Track Modify Date               : 2025:03:24 21:47:04

Media Create Date               : 2025:03:24 21:47:04
Media Modify Date               : 2025:03:24 21:47:04

When I drag and drop this file on bat file 1, I get following result:

PXL_20250324_214659672.mp4 --> bat file 1 --> 2025-03-24_214704.mp4
(correct would be: 2025-03-24_224704.mp4)


Error: No data reference for sample description 0 for Track1 - W:/03_BILDER/00 EXIF MOV rename/PXL_20250324_214659672.mp4
    0 image files updated
    1 files weren't updated due to errors


Pixel 4a:
So, I drag and drop the file: PXL_20240417_065851622.mp4 (created with pixel 4a) onto exiftool(-k).exe and get following information: (just showing the important ones)

File Modification Date/Time     : 2024:04:17 08:58:55+02:00
File Access Date/Time           : 2025:03:24 23:11:08+01:00
File Creation Date/Time         : 2025:03:24 23:11:05+01:00

Create Date                     : 2024:04:17 06:58:55
Modify Date                     : 2024:04:17 06:58:55

Track Create Date               : 2024:04:17 06:58:55
Track Modify Date               : 2024:04:17 06:58:55

Media Create Date               : 2024:04:17 06:58:55
Media Modify Date               : 2024:04:17 06:58:55

When I drag and drop this file on bat file 2, I get following result:

PXL_20240417_065851622.mp4 --> bat file 2 --> 2024-04-17_085855.mp4
(this should be correct)

Just for your information:
I am using Windows 10, Exif tool files are downloaded and installed in 2020. Sorry, I don't know how to figure out exact version of exiftool files.
#8
Are you in a +1:00 time zone?

The CreateDate in a video is supposed to be set to UTC. So if your local time was 2025:03:12 14:23:12+01:00, then the correct time in video would be 2025:03:12 13
:23:12
UTC.

It sounds like you're older phone was writing the time stamp incorrectly as local time rather than UTC.

You can add the -api QuickTimeUTC option and exiftool will automatically adjust the UTC time to the local time in your command, but you have to understand that you can't use the same command for both phones.
#9
Hi Jochenhecht,

Which CreateDate's exist in each of these files?:

exiftool -createdate -a -G1 FILE

- Phil
#10
Newbies / Re: nikon d810 & nx2 incompat...
Last post by locosmike - Today at 03:33:28 PM
thanks again, seems like no easy goal.