Image-ExifTool - Re: Restore original Canon filenames using FileNumber

Posted on Wed May 7 01:15:50 2008 by exiftool in response to 7821 (See the whole thread of 2)
Re: Restore original Canon filenames using FileNumber
I suggest using the directory number in the file name (this is what the canon utilities do when you use the to download images). This way there is no duplication once you hit 10000 images. But if you really want to remove the directory number, you can do this with a user-defined tag. See the example config file and use '$val =~ s/\d+-//; $val' for the ValueConv. - Phil
Write a response