Main Menu

Recent posts

#1
ExifTool GUI / Re: External Hard Drives Not S...
Last post by obetz - Today at 03:03:54 AM
Quote from: FrankB on January 13, 2025, 05:04:56 PMI did the exercise of installing VeraCrypt and encrypting the C drive of my development system.

It's rather unlikely that Windows behaves differently when running from an encrypted volume, I suspect much simpler explanations, not related to Veracrypt.
#2
ExifTool GUI / Re: External Hard Drives Not S...
Last post by FrankB - Today at 02:03:56 AM
My computer did all the hard work.

I'm using Virtualbox machines to carry out these tests. Would never run that on a physical machine.

(Available on Mac)
#3
ExifTool GUI / Re: External Hard Drives Not S...
Last post by Phil Harvey - January 13, 2025, 09:10:27 PM
Hi Frank,

Quote from: FrankB on January 13, 2025, 05:04:56 PMI did the exercise of installing VeraCrypt and encrypting the C drive of my development system.

Wow.  That's above and beyond!  I wouldn't advise expending such effort on conflicts with other software like this.

- Phil
#4
Metadata / Re: GPS data from video
Last post by benjamin.alvial - January 13, 2025, 06:00:46 PM
Incredible.

With respect to the make/model, I need to ask, as I am not the owner of the video. I will get back to you here as soon as I get it, hopefully tomorrow.

Thanks again.
#5
ExifTool GUI / Re: External Hard Drives Not S...
Last post by FrankB - January 13, 2025, 05:04:56 PM
I did the exercise of installing VeraCrypt and encrypting the C drive of my development system. And ExifToolGui has no problems.
Very likely you're problems are caused by something else.

Note: I made a backup before and that has been restored. I'm not keeping VeraCrypt!
Frank

vera.jpg
#6
The "exiftool" Application / Re: The system cannot find the...
Last post by Exifdude - January 13, 2025, 04:24:00 PM
I am using CMD.  That was the fix, not sure how it worked before, but I appreciate you helping me out!  Thank you.
#7
Metadata / Re: GPS data from video
Last post by Phil Harvey - January 13, 2025, 03:40:56 PM
I can see the GPS in this video, and should be able to extract it (hopefully).

What is the make/model of the device?

- Phil

Edit:  I was successful, and version 13.13 will be able to extract this.  But I still need the device make/model for my records.
#8
The "exiftool" Application / Re: The system cannot find the...
Last post by StarGeek - January 13, 2025, 03:25:50 PM
Are you using CMD or Powershell? I can't help you if you are using PS. It's quoting rules are completely different from any other command line.

Your working command should not work at all on Windows because they don't remove the colons in the dates.

Fixing the quotes, your first command works in CMD, renaming my test file to 20240113_120000550.jpg based upon the time stamp of 2024:01:13 12:00:00.55-08:00
C:\>exiftool -progress -r -d %Y%m%d_%H%M%S "-filename<${DateTimeOriginal}000%-c.%e" "-filename<${SubSecDateTimeOriginal}${SubSecDateTimeOriginal#;$_ = /(\.\d+)/ ? sprintf('%.3d',$1*1000) : '000'}%-c.%e" Y:\!temp\x\y\Test4.jpg
======== Y:/!temp/x/y/Test4.jpg [1/1]
'Y:/!temp/x/y/Test4.jpg' --> 'Y:/!temp/x/y/20240113_120000550.jpg'
    1 image files updated

Same with the second command after fixing the quotes
C:\>exiftool -r -d %Y%m%d_%H%M%S "-filename<${CreationDate}000%-c.%e" -progress Y:\!temp\x\y\Test.mp4
======== Y:/!temp/x/y/Test.mp4 [1/1]
'Y:/!temp/x/y/Test.mp4' --> 'Y:/!temp/x/y/20240113_120000000.mp4'
    1 image files updated
#9
Metadata / GPS data from video
Last post by benjamin.alvial - January 13, 2025, 03:20:59 PM
Hi, I hope all is well.

I am working on a project in which I need to retrieve GPS data from a video. I've tried running exiftool unsuccessfully. I found these three topics that discuss my same issue: some video that definitely has GPS coordinates because they're displayed by a program called "GXPlayer", but exiftool can't retrieve them:


Apparently, Phil has found 11 distinct variations, and this one might be another one (or not), which have been accounted for in recent update (December 2024). I've sent the video in Google Drive to philharvey66 at gmail.

I hope you can help or guide me. Thank you very much.

Below I show you the code I used:

First:
exiftool -a -u -g1 ejemplo.MOV, getting output:

---- ExifTool ----
ExifTool Version Number         : 13.12
---- System ----
File Name                       : ejemplo.MOV
Directory                       : .
File Size                       : 446 MB
Zone Identifier                 : Exists
File Modification Date/Time     : 2025:01:13 14:37:09-03:00
File Access Date/Time           : 2025:01:13 16:27:56-03:00
File Creation Date/Time         : 2025:01:13 14:37:48-03:00
File Permissions                : -rw-rw-rw-
---- File ----
File Type                       : MOV
File Type Extension             : mov
MIME Type                       : video/quicktime
---- QuickTime ----
Major Brand                     : Apple QuickTime (.MOV/QT)
Minor Version                   : 2016.4.21
Compatible Brands               : qt
Wide                            : (Binary data 0 bytes, use -b option to extract)
Media Data Size                 : 415995868
Media Data Offset               : 36
Movie Header Version            : 0
Create Date                     : 0000:00:00 00:00:00
Modify Date                     : 0000:00:00 00:00:00
Time Scale                      : 1200
Duration                        : 0:03:00
Preferred Rate                  : 1
Preferred Volume                : 100.00%
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Preview Time                    : 0 s
Preview Duration                : 0 s
Poster Time                     : 0 s
Selection Time                  : 0 s
Selection Duration              : 0 s
Current Time                    : 0 s
Next Track ID                   : 3
---- Track1 ----
Track Header Version            : 0
Track Create Date               : 0000:00:00 00:00:00
Track Modify Date               : 0000:00:00 00:00:00
Track ID                        : 1
Track Duration                  : 0:03:00
Track Layer                     : 0
Track Volume                    : 0.00%
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Image Width                     : 1920
Image Height                    : 1080
Unknown edts                    : (Binary data 28 bytes, use -b option to extract)
Media Header Version            : 0
Media Create Date               : 0000:00:00 00:00:00
Media Modify Date               : 0000:00:00 00:00:00
Media Time Scale                : 600
Media Duration                  : 0:03:00
Media Language Code             : zh-CN
Handler Class                   : Media Handler
Handler Type                    : Video Track
Handler Description             : VideoHandler
Graphics Mode                   : srcCopy
Op Color                        : 0 0 0
Handler Class                   : Data Handler
Handler Type                    : URL
Handler Description             : DataHandler
Compressor ID                   : avc1
Vendor ID                       : FFmpeg
Source Image Width              : 1920
Source Image Height             : 1080
X Resolution                    : 72
Y Resolution                    : 72
Bit Depth                       : 24
AVC Configuration               : (Binary data 26 bytes, use -b option to extract)
Video Frame Rate                : 27.273
Sync Sample Table               : (Binary data 616 bytes, use -b option to extract)
Sample To Chunk                 : (Binary data 20 bytes, use -b option to extract)
Sample Sizes                    : (Binary data 19452 bytes, use -b option to extract)
Chunk Offset                    : (Binary data 19448 bytes, use -b option to extract)
---- Track2 ----
Track Header Version            : 0
Track Create Date               : 0000:00:00 00:00:00
Track Modify Date               : 0000:00:00 00:00:00
Track ID                        : 2
Track Duration                  : 0:03:00
Track Layer                     : 0
Track Volume                    : 100.00%
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Unknown edts                    : (Binary data 28 bytes, use -b option to extract)
Media Header Version            : 0
Media Create Date               : 0000:00:00 00:00:00
Media Modify Date               : 0000:00:00 00:00:00
Media Time Scale                : 8000
Media Duration                  : 0:03:00
Media Language Code             : zh-CN
Handler Class                   : Media Handler
Handler Type                    : Audio Track
Handler Description             : SoundHandler
Balance                         : 0
Handler Class                   : Data Handler
Handler Type                    : URL
Handler Description             : DataHandler
Audio Format                    : sowt
Audio Vendor ID                 : FFmpeg
Audio Channels                  : 1
Audio Bits Per Sample           : 16
Audio Sample Rate               : 8000
Layout Flags                    : Mono
Audio Channels                  : 1
Time To Sample Table            : (Binary data 16 bytes, use -b option to extract)
Sample To Chunk                 : (Binary data 20 bytes, use -b option to extract)
Sample Sizes                    : (Binary data 12 bytes, use -b option to extract)
Chunk Offset                    : (Binary data 1412 bytes, use -b option to extract)
---- Composite ----
Image Size                      : 1920x1080
Megapixels                      : 2.1
Avg Bitrate                     : 18.5 Mbps
Rotation                        : 0

Second:
exiftool -ee ejemplo.MOV, getting output:

Getting as output:
ExifTool Version Number         : 13.12
File Name                       : ejemplo.MOV
Directory                       : .
File Size                       : 446 MB
Zone Identifier                 : Exists
File Modification Date/Time     : 2025:01:13 14:37:09-03:00
File Access Date/Time           : 2025:01:13 16:48:40-03:00
File Creation Date/Time         : 2025:01:13 14:37:48-03:00
File Permissions                : -rw-rw-rw-
File Type                       : MOV
File Type Extension             : mov
MIME Type                       : video/quicktime
Major Brand                     : Apple QuickTime (.MOV/QT)
Minor Version                   : 2016.4.21
Compatible Brands               : qt
Media Data Size                 : 415995868
Media Data Offset               : 36
Movie Header Version            : 0
Create Date                     : 0000:00:00 00:00:00
Modify Date                     : 0000:00:00 00:00:00
Time Scale                      : 1200
Duration                        : 0:03:00
Preferred Rate                  : 1
Preferred Volume                : 100.00%
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Preview Time                    : 0 s
Preview Duration                : 0 s
Poster Time                     : 0 s
Selection Time                  : 0 s
Selection Duration              : 0 s
Current Time                    : 0 s
Next Track ID                   : 3
Track Header Version            : 0
Track Create Date               : 0000:00:00 00:00:00
Track Modify Date               : 0000:00:00 00:00:00
Track ID                        : 1
Track Duration                  : 0:03:00
Track Layer                     : 0
Track Volume                    : 0.00%
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Image Width                     : 1920
Image Height                    : 1080
Media Header Version            : 0
Media Create Date               : 0000:00:00 00:00:00
Media Modify Date               : 0000:00:00 00:00:00
Media Time Scale                : 600
Media Duration                  : 0:03:00
Media Language Code             : zh-CN
Handler Class                   : Media Handler
Handler Type                    : Video Track
Handler Description             : VideoHandler
Graphics Mode                   : srcCopy
Op Color                        : 0 0 0
Handler Class                   : Data Handler
Handler Type                    : URL
Handler Description             : DataHandler
Compressor ID                   : avc1
Vendor ID                       : FFmpeg
Source Image Width              : 1920
Source Image Height             : 1080
X Resolution                    : 72
Y Resolution                    : 72
Bit Depth                       : 24
Video Frame Rate                : 27.273
Track Header Version            : 0
Track Create Date               : 0000:00:00 00:00:00
Track Modify Date               : 0000:00:00 00:00:00
Track ID                        : 2
Track Duration                  : 0:03:00
Track Layer                     : 0
Track Volume                    : 100.00%
Matrix Structure                : 1 0 0 0 1 0 0 0 1
Media Header Version            : 0
Media Create Date               : 0000:00:00 00:00:00
Media Modify Date               : 0000:00:00 00:00:00
Media Time Scale                : 8000
Media Duration                  : 0:03:00
Media Language Code             : zh-CN
Handler Class                   : Media Handler
Handler Type                    : Audio Track
Handler Description             : SoundHandler
Balance                         : 0
Handler Class                   : Data Handler
Handler Type                    : URL
Handler Description             : DataHandler
Audio Format                    : sowt
Audio Vendor ID                 : FFmpeg
Audio Channels                  : 1
Audio Bits Per Sample           : 16
Audio Sample Rate               : 8000
Layout Flags                    : Mono
Audio Channels                  : 1
Image Size                      : 1920x1080
Megapixels                      : 2.1
Avg Bitrate                     : 18.5 Mbps
Rotation                        : 0




#10
The "exiftool" Application / Re: Exiftool and effect of jpe...
Last post by Phil Harvey - January 13, 2025, 03:15:35 PM
Quote from: StarGeek on January 13, 2025, 12:57:40 PMAh, so using -Trailer:all doesn't show it

Yes, -trailer:all didn't show it because there were no tags extracted (and the trailer wasn't requested as a block).  But ExifTool 13.13 will extract some tags from this trailer.

- Phil