Main Menu

Recent posts

#1
Can you provide a sample video?

You might be able to see the location of the tag with the -u (-unknown) option.
#2
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!
#3
Newbies / Re: text output with each Regi...
Last post by Iwonder - Today at 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
#4
Newbies / Re: Characters substitution
Last post by Phil Harvey - May 15, 2024, 09:16:44 PM
Ah. Thanks.

- Phil
#5
Newbies / Re: Characters substitution
Last post by StarGeek - May 15, 2024, 04:46:11 PM
From the lack of quotes elsewhere, I'm assuming that this command is being used in Windows PowerShell.

PowerShell is so weird.  The tag copy operation doesn't need quotes around it. I've got no clue as to how it decides that this isn't a redirection operation.

But the end result is that the quotes are needed to keep the space as part of the same argument.
#6
Developers / Re: Error message: Invalid syn...
Last post by herb - May 15, 2024, 03:56:56 PM
Hello StarGeek,

thanks for your investigations.
It is a great help for me, because I can be concentrated on *.MIE files.

Best regards
herb
#7
Newbies / Re: text output with each Regi...
Last post by Phil Harvey - May 15, 2024, 03:46:32 PM
How about this?:

exiftool -p my.args DIR > out.txt

with this my.args file:

$filename $title ${regionpersondisplayname;$_=(split /, /)[0]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[1]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[2]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[3]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[4]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[5]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[6]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[7]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[8]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[9]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[10]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[11]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[12]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[13]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[14]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[15]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[16]}
$filename $title ${regionpersondisplayname;$_=(split /, /)[17]}

- Phil
#8
Newbies / Re: Characters substitution
Last post by Phil Harvey - May 15, 2024, 03:37:38 PM
I don't think this is what you want: tr/_/" "/

The tr operator translates single characters only, so this will translate _ to ", not " ".

- Phil
#9
Developers / Re: Error message: Invalid syn...
Last post by StarGeek - May 15, 2024, 10:52:43 AM
The only place I can find that in the source code is in the code dealing with MIE files.  This is the first time it's mentioned in these forums.

If you're not working with MIE files, then no clue, but otherwise, it sounds like the MIE file is getting corrupted somehow.
#10
Newbies / Re: text output with each Regi...
Last post by StarGeek - May 15, 2024, 10:46:08 AM
I can't think of a way to do this.  It would probably be easier to split RegionPersonDisplayName in a spreadsheet and then copy/paste the Filename/Title to cover the empty rows.