Tagged Questions
1
vote
4answers
2k views
How can I make ExifTool rename by camera model when the name contains a slash?
I use ExifTool to batch rename all of my pictures using the following two commands:
"-FileName<${Exif:Model}-(%%f).%%e"
-d %%Y%%m%%d-%%H%%M%%S-%%%%f.%%%%e "-FileName<DateTimeOriginal"
This ...