ExifTool Forum

ExifTool => Newbies => Topic started by: okeetd on January 17, 2020, 09:56:07 AM

Title: Renaming File Using Create Date Milliseconds
Post by: okeetd on January 17, 2020, 09:56:07 AM
Hello - is there a way to use Exif tool to rename files that include Create Date Milliseconds.  Below is the script I am using and would appreciate any guidance on what I would need to adjust in the script to include milliseconds.  Thanks....

exiftool -ext jpg "-FileName<DateTimeOriginal" -d "%Y-%m-%d %Hh%Mm%Ss.%%e" "G:\Import Folder\Picture Possible Duplicates\New folder"
Title: Re: Renaming File Using Create Date Milliseconds
Post by: StarGeek on January 17, 2020, 10:43:07 AM
See this post (https://exiftool.org/forum/index.php?topic=2736.0).

It's an old post but the idea is still the same.