exiftool
Verified for current stable LTS
Exiftool Command: Rename Jpegs By Datetimeoriginal
Use for rename jpegs by datetimeoriginal with Exiftool. Exact CLI syntax to rename jpegs by datetimeoriginal using Exiftool.
When to use this: Use for rename jpegs by datetimeoriginal with Exiftool.
Command Syntax
exiftool '-filename<DateTimeOriginal' -d %Y-%m-%d_%H-%M-%S%%lc.%%e <path/to/directory> -r -ext jpg exiftool '-filename<DateTimeOriginal' -d %Y-%m-%d_%H-%M-%S%%lc.%%e <path/to/directory> -r -ext jpg Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
-r- Command Option
- Tool-specific option used by this command invocation.
-ext- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to rename jpegs by datetimeoriginal using Exiftool.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Exiftool Command: Print Exif Metadata
exiftool <path/to/file> Exiftool Command: Remove All Exif Metadata exiftool -All= <path/to/file1 path/to/file2 ...> Exiftool Command: Remove Gps Exif Metadata exiftool "-gps*=" <path/to/image1 path/to/image2 ...> Exiftool Command: Remove All Exif And Readd Metadata exiftool -All= -tagsfromfile @ -colorspacetags -orientation <path/to/image1 path/to/image2 ...> Exiftool Command: Move Date Forward exiftool "-AllDates+=0:0:0 1:0:0" <path/to/directory>