Main Menu

Recent posts

#1
Newbies / Re: text output with each Regi...
Last post by Iwonder - Today at 05:48:19 AM
Hello again,
On my code, I omitted a few needed tags, for simplifying.
Adapting my batch to fit the whole needed tags of this project, I'm hitting a snag...

Along with one RegionPersonDisplayName per line, my friend wants to get the keywords, which are in the -Subject tag.
Unfortunately, as I am using the listItem option, I only get the first keyword :(
is there a way to get the whole Subjetc tag on each line ?
exiftool.exe -T -L -listItem 0 -RegionPersonDisplayName -Filename -Title -Subject *.jpg > out.txt
exiftool.exe -T -L -listItem 1 -RegionPersonDisplayName -Filename -Title -Subject *.jpg >>  out.txt
exiftool.exe -T -L -listItem 2 -RegionPersonDisplayName -Filename -Title -Subject *.jpg >> out.txt
...
exiftool.exe -T -L -listItem 17 -RegionPersonDisplayName -Filename -Title -Subject *.jpg >> out.txt
#2
Here is the video file:

Video Download

exiftool.exe R0010007.MOV -u

ExifTool Version Number        : 12.84
File Name                      : R0010007.MOV
Directory                      : .
File Size                      : 2.8 MB
File Modification Date/Time    : 2024:05:17 09:39:47+02:00
File Access Date/Time          : 2024:05:17 10:53:18+02:00
File Creation Date/Time        : 2024:05:17 10:53:18+02: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                  : 2007.9.0
Compatible Brands              : qt
Media Data Size                : 2741080
Media Data Offset              : 28
Media Data                      : (Binary data 2741080 bytes, use -b option to extract)
Free                            : (Binary data 11396 bytes, use -b option to extract)
Movie Header Version            : 0
Create Date                    : 2024:05:17 09:39:11
Modify Date                    : 2024:05:17 09:39:11
Time Scale                      : 30000
Duration                        : 1.00 s
Preferred Rate                  : 1
Preferred Volume                : 100.00%
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              : 2024:05:17 09:39:11
Track Modify Date              : 2024:05:17 09:39:11
Track ID                        : 1
Track Duration                  : 1.00 s
Track Layer                    : 0
Track Volume                    : 0.00%
Image Width                    : 1280
Image Height                    : 720
Chapter List Track ID          : 3
Graphics Mode                  : srcCopy
Op Color                        : 0 0 0
Compressor ID                  : avc1
Source Image Width              : 1280
Source Image Height            : 720
X Resolution                    : 72
Y Resolution                    : 72
Bit Depth                      : 24
AVC Configuration              : (Binary data 43 bytes, use -b option to extract)
Video Frame Rate                : 29.97
Sync Sample Table              : (Binary data 12 bytes, use -b option to extract)
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              : 2024:05:17 09:39:11
Media Modify Date              : 2024:05:17 09:39:11
Media Time Scale                : 32000
Media Duration                  : 1.00 s
Balance                        : 0
Handler Class                  : Data Handler
Handler Type                    : Alias Data
Unknown alis                    : (Binary data 4 bytes, use -b option to extract)
Audio Format                    : sowt
Audio Channels                  : 2
Audio Bits Per Sample          : 16
Audio Sample Rate              : 32000
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 12 bytes, use -b option to extract)
Unknown RICO                    : (Binary data 16627 bytes, use -b option to extract)
Image Size                      : 1280x720
Megapixels                      : 0.922
Avg Bitrate                    : 21.9 Mbps
Rotation                        : 0

Perhaps it is in the "Unknown RICO" part.
#3
Hi,

no problem. I send an short video in some minutes.

Here is al litte text from the file with my tags:

  GCM_TAG Testdaten Technik Demontage 

These are the tags for sorting my files into the right folders. The tag "Testdaten" is normaly a barcode number from an project.

I test the -u option also..
#4
Quote from: Phil Harvey on April 23, 2024, 12:10:35 PMI see what you want now.

This file will contain the name of the current alternate geolocation database: https://exiftool.org/geo.txt

And I've added a new, undocumented API GeoDir option to allow you to set $geoDir via the command line.  Note that this option sets the global $geoDir variable that is used only when the geolocation database is loaded.  Once loaded, the only way to change this is to re-run exiftool.

Hi Phil,

I know you rarely use Windows, but for your info. I just released ExifToolGui V632, and the installer has the option to download the larger DB. Gui itself has been added the option to specify the directory, and if specified it uses the '-API GeoDir'.

https://github.com/FrankBijnen/ExifToolGui/releases

Thanks again,
Frank

installer.jpg
#5
ExifTool GUI / Re: Updated version of ExifToo...
Last post by FrankB - Today at 03:33:42 AM
Version V6.3.2 Released: https://github.com/FrankBijnen/ExifToolGui/releases/tag/V6.3.2

Check out the changelog and other docs for more info.

Frank
#6
Other Discussion / Netscape Packetized Audio (.la...
Last post by Sgeo - Today at 12:38:17 AM
I was playing with Netscape, and noted that it supported, alongside better known audio file formats, something called "Netscape Packetized Audio", with extensions .la and .lma, and MIME types audio/nspaudio and audio/x-nspaudio

I had trouble finding any information about it, but eventually stumbled on ExifTool apparently having support for it in some manner, calling it a "RIFF format", and saying LA03 is a variant of LA.

I would like to see more information about this, if that is available. And whether any .la or .lma files even exist.
#7
The "exiftool" Application / Re: Read GCM_TAG from MOV Vide...
Last post by StarGeek - May 16, 2024, 01:27:35 PM
Can you provide a sample video?

You might be able to see the location of the tag with the -u (-unknown) option.
#8
The "exiftool" Application / Read GCM_TAG from MOV Video
Last post by alex_eichler - May 16, 2024, 08:55:48 AM
Hi,

we using exiftool for some time to decode tags from jpgs from RICOH G900SE camera.
It can scan barcodes and put other tags into pictures. We use it to put pictures into corresponding folders for our documentation. Works fine...

But the camera also can record movies in MOV format and i found the tags are also into the mov file.
But i canĀ“t get efixtool to reads this values.

I see it behind an "GCM_TAG" when opening the file with notepad++

Can you help me out to find a way to read this tags?

Thanks in advance!
#9
Newbies / Re: text output with each Regi...
Last post by Iwonder - May 16, 2024, 03:44:19 AM
thank you to both of you,
@Phil, I'm not clever enough with exiftool to understand and manage your proposal ^^
my batch seems to work fine, I will keep on using it
#10
Newbies / Re: Characters substitution
Last post by Phil Harvey - May 15, 2024, 09:16:44 PM
Ah. Thanks.

- Phil