Exiftool set date from filename. Started by Phoenix, January 15, 2014, 06:18:25 PM.


  • Exiftool set date from filename 4. mp4 And at this films have wrong exif date teken (date create and etc). to indicate the current directory (see Common Mistake #2 ) exiftool "-creationTime=now" * exiftool. 10-10-23_17-25. mp4 Sep 8, 2015 · In case you forgot to set the internal clock of your point-n-shoot or DSLR camera, use this command to adjust the time skew in EXIF tags and the file's modification timestamp (mtime): $ exiftool "-alldates-=00:09:36" "-SonyDateTime-=00:09:36" "-FileModifyDate-=00:09:36" -overwrite_original DSC03485. jpg (with March 28th being the correct creation date) but unfortunately, the files do not seem to have a creation date stored with it (running the exiftool command only shows me a "File Modification Date/Time, "File Access Date/Time", and "File Inode Change Date/Time". Did a Full Perl Distribution install on Win 10 Working with . Feb 10, 2025 · One of my requirement is to set the date from file name if not found and continue the rest of functionality such as arranging images as needed. 1st Attempt: Mar 11, 2025 · An example filename is ". Previous topic - Next topic Aug 12, 2023 · I have a folder full of whatsapp images with incorrect metadata date/time. jpg would clearly output a valid "Modify Date". You don't need two separate exiftool commands. I hadn't implemented the same conversions for the FileModifyDate as I had for other EXIF date/time tags. Dec 19, 2021 · Exiftool would be the best for dealing with these varying formats. The EXIF handling tool exiv2 has a builtin option for this:. Success!! I need a variation to work with a video file. to remove all the tags except the Create Date (creation timestamp), do the following, which specifies to keep the EXIF based Create Date tag, and delete all others. You will get a . jpg 1 image files updated What this actually does is it instructs ExifTool to read the file name to obtain the year, month, and day in order to update EXIF date fields for DateTimeOriginal, CreateDate, and ModifyDate Feb 13, 2021 · Totally new to the command line, sorta getting the hang of it. jpg' or a foto description + extension '*. Apr 29, 2020 · Thank you StarGeek! That helped out a lot but I have a different issue now. jpg Then check your "file properties" that you refer to and also check with: exiftool ONEIMAGE. System: Windows Mac OS X Linux: Task: Set the image Description from the file name after removing the extension. But that's not the case. The system time zone will be assumed. jpg changed the file's EXIF date/time metadata to the current date and time when the above command was executed. jpg to process all files with the JPG extension, or Mar 31, 2025 · Set file date of . How to set file's May 1, 2014 · Executing a simple exiftool * | grep Description (in UNIX) gives me the line in the file but not the name of the file that contains the line. Jul 28, 2017 · exiftool "-datetimeoriginal<filename" DIR then the year, month, day, hour, minute, second will be set from the file name. mp4 files have the Quicktime Create and Modified date as the time I want to set the file timestamps too. yy-mm-dd_hh-mm. exe "-DateTimeOriginal -=0:1:0 0:0:0" 100 exiftool -ext jpg "-FileName<DateTimeOriginal" -=0:1:0 0:0:0 100 Sep 12, 2012 · Set to oldest date from Exif meta or file name Step 0 - install exiftool from below. Oct 23, 2019 · I want to change the shooting date and time to a file name. exiftool "-datetimeoriginal<filename" * exiftool "-AllDates<filename" * output the same results: Dec 23, 2016 · The good news is that the file name contains the information on what date and time the file was created e. original" and would write out a new file under the original file name and extension. Make a backup of your files first, then try this on a single file: exiftool "-alldates<filecreatedate" ONEIMAGE. jpg "-Title<Filename" and then manually editing out the date/serial number information. mp4 etc. File Name : 20120310_193728. jpg" 1 image files updated exiftool -time:all -G -a -s "img956279. Sep 14, 2021 · exiftool "-alldates<filename" d:\Test over the file in "d:\Test" directory: Phạm Lê Chương 20180122_082247. exiftool -time:all -s FILE Then use a command like this to set the creation date (assuming for example you want to get it from the "CreateDate" tag): exiftool "-filecreatedate<createdate" FILE Note that you need the "setfile" utility on MacOS to set FileCreateDate. All I want to do is give it a single file and provide a specific date/time the picture was taken. Sep 11, 2017 · QuoteHow do I get exiftool to ignore the incrementing number in the filename and just set the time to zeroes? I've tried several different formats in the "-d" option but I can't figure it out. 2013 19:04:15 which of course means this fails: > exiftool "-FileModifyDate<DateTimeOriginal" 0818031904a. ExifTool file name format codes may be used inside a date format string when a date/time tag is used to set the value of the FileName or Directory tags via the command-line interface. AVI" -all:all -r -overwrite_original "out. Mar 11, 2025 · According to ExifTool FAQ #5, I should be able to set metadata dates from the file name, but I'm having trouble getting it work. Since I know the date is correct in the filename, I expected to be able to do '-filename<filename' and the photo would be renamed according to my -d value. 00" so its . For example, for a photo taken today at 13:50 the file would be named '16-07-21 135032'. Jan 17, 2025 · To get around this I needed to use ExifTool’s advanced logic. mp4 being created on 25/12/2009 at 06:58:43hrs. I have used your statement exiftool "-filemodifydate<datetimeoriginal" "-filecreatedate<datetimeoriginal" "D:\Temp\Date Zwarte Woud" to change dates and the strange behavior is that the date modified en date created is now 31/05/1870 / 00:00:20. Mar 9, 2012 · Here, the plan is to use Date::Manip's UnixDate function to parse the date in the filename and convert it to a format acceptable for the CreateDate tag (2011-04-15 21:38:00). May 12, 2021 · They all have a date in the file name, something like B Cert 1891 07 20 John H Smith. mpeg files to "shotDate" data from corresponding . Code Select Expand ExifTool Version Number : 11. Feb 16, 2015 · I have some home films with filename likes yyyymmdd. I imported the revised photo into the Photos app and the photo was located correctly chronologically. xmp files. Now, this batch of pictures I managed to get the date the picture was made into date the file was changed. jpg (to subtract). Apr 10, 2023 · I don't know how to use ExifTool to accomplish this goal and little knowledge about how to use command lines to do things. My concern is that the mp4 contains a lot of other dates like Track Create Date, Track Modify Date etc which now are set to the conversion date. 59 in File:FileModifyDate (ValueConvInv) - IMG-20180205-WA0060. exiv2 -T rename image. The environment is Windows10. Quote from: castellum on August 03, 2019, 08:50:18 AM The additional -Ext is to make sure the original extension is not lost I assume No, the -ext (extension) option is there to tell exiftool to only process files with the specified extension, in this case, . Dec 2, 2007 · [Originally posted by exiftool on 2007-12-02 14:19:16-08] Hi Eamon, Thanks for pointing out this problem. jpg Aug 7, 2021 · I've can successfully see that my . JPG I've tried the commands below, on a single file initially, to set the date from the filename but none of them work. In this case, an extra '%' must be added to pass the format code through the date/time parser: Mar 31, 2025 · So I set the FileCreateDate to the FileModDate, synced with iTunes and it worked perfectly. exe" "-*date<filename" -wm w DIR Nov 14, 2024 · Brand new beginner, overwhelmed by the options of exiftool. - Phil Apr 5, 2023 · The "exiftool" Application Filename with offset calculation; Filename with offset calculation. The only thing that concerns me is that all the file dates are now set to the mod date. NET\Framework\v \$\begingroup\$ To just add or subtract 1 hour with exiftool, it's enough to just type exiftool -AllDates+=1 path\filename. Unfortunately the filename must contain a timestamp (HHMMSS) for this to work, like so: exiftool "-alldates<filename" 19821011_130000_trip. Save the oldest_datetime_config in the home folder C:\Users\YOURUSERNAME or in your home directory ~ or in the same folder where you have installed exiftool. So it would be exiftool "-AllDates<Filename -05:00" -api QuickTimeUTC File. bak backup of processed files. exe. Take into account that most video time stamps are in UTC so you probably have to adjust for the time zone. Using exiftool in a loop can greatly extend processing time as the startup is its biggest performance hit (see ExifTool Common Mistake #3). All the dates on the file names are correct but the exif capture date is not. Oct 28, 2019 · I also have many MP4 files where the 'media created' timestamp is wrong, however, the correct timestamp appears to be the 'date modified' timestamp. This example uses the "Advanced formatting feature" to perform a substitution operation to remove the last dot and subsequent characters from the file name. Nov 4, 2016 · FWIW, StarGeek's answer was a great pointer in the right direction, but it did not work for me: many of my photos were reported to have "Invalid EXIF text encoding" (no obvious difference compared to those that were "fine"), even though exiftool somefile. Set FileModifyDate from the file name. I have a folder of photos taken from a ScoutGuard SG-562C trail camera that has failed to write Date/Time Original to the EXIF data, but has set the File Modification Date/Time as the correct date and time for the photos. exiftool '-alldates<${filename;s/_. 1. Code Select Expand V:\ToReview\2022-09-10 - S10>\exiftool -api QuickTimeUTC -time:all -G1 -a -s 20221101_124052. exiftool -filename -datetimeoriginal -gpslatitude -gpslongitude -T -n -r C:\temp\exiftool > C:\temp\exiftool\output. can this command be modified to also add the same date from file name so it changes it for "date modified" and "date created" as well? The AllDates shortcut writes the EXIF:CreateDate and EXIF:ModifyDate as will as the EXIF:DateTimeOriginal ] tag. Set the image Description from the file name after removing the extension. Your filename is "2011. If there are, then a modified command will be needed, but renaming the files won't be necessary. 30 87. It's a Windows property of the file which can be filled from half a dozen separate tags (see this post). Use a dot . mp4 or yyyymmdd_hhmmss_streetname. SS" patterns or any variations where the numbers go from year to seconds. This will work for any file name which matches the above criteria (eg. Sep 11, 2015 · This will set the FileModifyDate by trying all the various metadata Windows uses for the "Date Taken" property. This is not what I wanted - I want the date and time from the filename, not the current date and time. jpg Warning: No writable tags set from 0818031904a. jpg Apr 3, 2021 · Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Nov 27, 2016 · Hi Phil, I'm scanning old photos and I have Date Taken set to 1/06/1970 with increments of 5 seconds. Sep 16, 2021 · Basically all my creation dates are the date I copied them on to my mac so I need to update them to the date they were really created which is shown in the filename. To set the EXIF date/time from the file name, do this: exiftool "-datetimeoriginal<${filename} 00:00:00" DIR The "00:00:00" sets the time to all zeros if it doesn't appear in the file name. jpg files, want to change all the dates to the name of the file. The extra numbers will be ignored as long as there aren't any number before the date/time in the filename. 18. To perform the same operation on all files in a given folder one can use wildcard characters like *. s. One obstacle for me is that I don't speak Perl. Started by Phoenix, January 15, 2014, 06:18:25 PM. mp4 video clips and set according to the filenames. What I want: Change the date of EXIF field [Date/Time Original] to match the date in the filename (first 8 characters) but leave time in the field unchanged. Set file name based on the EXIF date Sep 17, 2017 · Edit: Well now, I tried a new photo, taken in 2012, and it worked just like it should, setting the file system modified date to 1/1/2012 12:00 AM (as displayed in Windows) from a DateTimeOriginal date of 2012: : 00:00:00. Help me, please I need example for single file ) P. ) May 2, 2020 · Run this on a file to see what date/time tags are available. I'd like to set the CreateDate Tag to the date found in the filename, but I get errors sometimes as it looks like exiftool is trying to interpret the 0010 2 portion as a time stamp. ("genomen op" does not contain any date and "Aanmaakdatum" contains (incorrectly) the date I downloaded the pictures of my phone. MM. Mar 11, 2025 · I am using the following code to create a . All files' titles look like IMG-20130223-WA0016. Mar 11, 2025 · Find a file that shows the date in Capture One or set the date in Capture One if possible, then run the command in FAQ #3 to figure out what tag that Capture One is reading. Dec 21, 2021 · the thing is it only changes the date taken for the pics. I have installed ExifToolGUI into the same directory as Exiftool. assembly]::loadfile( "C:\Windows\Microsoft. The No writable tags errors you are getting are because there either isn't enough numbers, or there are numbers that are out of rage for a date/time. Please can someone explain how to achieve this using ExifTool? Jan 26, 2019 · exiftool has a parameter to parse the filename for something that looks like a date and timestamp and then set all these dates at once to that value. To shift the date to present, I would need to somehow read the date for each file, calculate the difference, and then shift. Instead the photo is not being renamed and exiftool shows "Filename is not changed". Nov 10, 2021 · exiftool "-AllDates<Filename" -api QuickTimeUTC File. mp4 or yyyymmdd_hhmmss. Nov 28, 2020 · Good day, I tried the last version of the command in the target of a shortcut and sadly there is no improvement. S. For EXIF tags, exiftool allows any separators (or none at Dec 7, 2017 · I'm trying to fix metadata of my photos using powershell. Hoping someone can assist please with the correct command to change the general date - I have been trying these commands as a test example but no luck so far exiftool. When I just type in: exiftool (space) drag in the video (return) exiftool works wonderfully and the original creation date is provided: Feb 13, 2021 · Totally new to the command line, sorta getting the hang of it. I saw all the required questions such as set date from a file name, execute multiple if conditions. If you want to add the filename without the extension, add the example exiftool config file found here # This is the command if you have the config installed exiftool '-Comment<BaseName' '-UserComment<BaseName' . Oct 13, 2024 · How to use ExifTool to change the media creation date and date created of multiple MP4 files in a folder and increment the time for each file by 10 seconds? Mar 11, 2025 · I have a directory of files named as such: 2011-2-2 MVI_0010 2. jpg but no time in the filename. mp4's; they look correct in finder/info with the correct created date but when in photos it references another date "January 5 181584" this is applied to all mp4 and are now at the top of my Photos date. The "Invalid date/time" warning tells you what is wrong. File Name : [Name of file listed here] Description : [a long string here] Mar 31, 2025 · ExifTool Forum General Other Discussion Change created date of . exe "-DateTimeOriginal>FileModifyDate" * exiftool -v "-FileModifyDate>AllDates" * I apologise; there is something so simple I am missing but after trawling through google results and numerous posts on here I am no closer. The easiest is the "yyyymmdd_HHMMSS" and "yyyy-mm-dd HH. Dec 16, 2016 · Set to oldest date from Exif meta or file name Step 0 - install exiftool from below. Sep 27, 2019 · See FAQ #5. jpg I understand that this is because of the "WA0060" so I was wondering: Jul 17, 2017 · When trying: $ exiftool -a -G1 -s 20170630_182507_ILCE-7_dsc03241_. csv using the filename, date, time, lat and long information. I'd like to set 'all EXIF dates' based on filenames that have the date between square brackets and separated by dashes '[YYYY-MM-DD]', followed by either the extension '. mp4 or for Daylight savings exiftool "-AllDates<Filename -04:00" -api QuickTimeUTC File. mp4", it has a Year, Month, and Day, as well as another number. Date::Manip understands a lot of common date formats. JPG . args -iptc:all= a. Jul 13, 2023 · I'm trying to change the date of when my movies were taken. Jul 1, 2021 · ExifTool Newbies Re: Set Date Taken from File Name; Re: Set Date Taken from File Name. mp4 I need help in changing a date with ExifToolGui. ss Command "exiftool -a -u -g1 DIR" shows these avi files have only one date tag - namely 'File Modification Date/Time' So my problem is to somehow extract the date and time from within the filename and to insert this into the tag CreateDate or DateTimeOriginal. I've successfully used the following command to update the EXIF date information: "exiftool(-k). Example Filename: Mar 31, 2025 · This is and example command that will work depending on the format of your file name: exiftool "-datetimeoriginal<filename" "-createdate<filename" DIR FAQ 5 explains the date/time formatting in the file name that ExifTool will accept. P. That would be ok, but I don't know how to read the create date into a variable using ExifTool. I wanted to Jan 13, 2019 · My files cary a name like: IMG-20180328-WA0025. 03. Feb 25, 2018 · general date is six months out while modified date appears to be correct. Been learning about ExifTool for about 6 hours now. Feb 9, 2020 · exiftool "-CreateDate<Filename" <FileOrDir> Exiftool will take the first 14 numbers in the filename and create the time stamp out of that. Note that ExifTool file name format codes may be used inside a date format string when a date/time tag is used to set the value of the FileName or Directory tags via the command-line interface. After you install SetFile , try this. OSX said "this can't be right" and correct the Creation Date as well. The information got lost as I changed the format (for a neccessarry reason). JPG alldates, as stated in the docs, "AllDates is a shortcut for 3 tag names: DateTimeOriginal . jpg Jun 12, 2021 · If all you want to do is add or remove specific items you can use the +=and -= operators. g 20091225065843. As the numerical prefix is always 11 characters I've wondered if it's possible just to select a substring of the file name. jpg (to add) or exiftool -AllDates-=1 path\filename. Feb 7, 2013 · The "exiftool" Application Set the DateTimeOriginal from the file name; How to restore the EXIF original date using the filename? Thanks, Alban Phil Harvey. You'll have to use advanced formatting to grab the first 8 digits (YearMonthDay) and then pad zeroes. Dec 22, 2022 · And we can try some ExifTool's parameters If the name of your files contain no other digits than date and time, maybe this one will work-k -m "-AllDates<Filename" Select a copy of a file and try : Right-click, Open with Name2date Exif dates will be updated, but file attributes won't, I think. jpg | grep DateTime | grep -v Sony [ExifIFD] DateTimeOriginal : 2017:06:30 18:25:07 Jul 25, 2018 · However, I seem to only be able to find people wanting to do this the other way. The filename is in the format IMG_20210628-WA0074. Oct 23, 2024 · 1. Nov 16, 2020 · "Gewijzigd op": date and time the file was last changed. In the Windows Explorer, the modified date and time shown for the first file in my pictures directory is 2014 Apr 13 18:11; for all other files the time is one minute later. EXIFTOOL - Set datetime from filename. I don't know how the access date got changed. Warning: Minute '60' out of range 0. The date is captured in the first 10 characters of the filename like this: 2010-04-04 - 001. Started by jasonmcbride, July 01, 2021, 11:03:47 PM. exiftool -@ iptc2xmp. . The time zone will get written if valid for the tag. 👉 Step 0. Still, I'm not able to succeed with my requirement. exiftool '-DateTimeOriginal<${filename;$_=substr($_,0,4)} 01:01 12:00:00' FileOrDir. Oct 13, 2016 · Quote from: OOmatrixOO on October 13, 2016, 04:56:57 AM #1 picture DateTimeOriginal #2 picture DateTimeOriginal + 1 minute #3 picture DateTimeOriginal + 2 minutes Mar 3, 2015 · Can ExifTool set dates? I only see documentation and examples for shifting dates. ) are set from the file name? Jan 17, 2012 · When you set exiftool "-filemodifydate<datetimeoriginal" FILE you generate a Modify Date (2010:12:01) that will be before the Creation Date (2012:01:18). jpeg (which is in the format YYYYmmdd_HHMMSS), but the EXIF date is incorrect, you can update the EXIF date from the filename with: $ exiftool "-AllDates<filename" * The format needs to be similar to the format above. mp4 2010-04-04 - 002. 11 Jan 28, 2021 · The problem is that "Date Taken" is not an actual tag name. You can combine removing all tags with the tags from file feature, e. jpg' (where the description sometimes contains a ExifTool Command-Line Examples (under construction). Which is why you have to look at the exiftool output to figure out what you want to copy from. Sep 26, 2019 · exiftool '-FileModifyDate<filename' DIR , DIR in this case being the example file I am testing with, but it failed since it thinks the last set of numbers (13-25-38 in my example file above) is the date and knows 13 isn't a valid month. Is it possible to extract this date from the filename and set the created date as the above date in the filename? Unfortunately, renaming is not an option. (See FAQ 5 for why this works. This command creates backup files. Apr 28, 2013 · File Modification Date/Time : 2013:08:18 23:04:16-04:00 Date/Time Original : 08. I assumed you were trying to set the file name. jpg" Mar 18, 2017 · The command alone will put the full filename in the comments. I have a file from 2013 that I use for my tests, and after using the command the date is still the 29th november 2020. jpg. Started by Mike55, April 05, 2023, 02:01:29 AM. But when I uploaded them (400 GB) to Google Photos, they are all messy because many of them are not date organized since Google organize them by this Date Taken attribute. The file name like this: clip-2015-01-17 19;20;06. csv What I am wondering is if there is a way to change the format in which the date is written? Apr 18, 2018 · Set EXIF date based on the file name. I need change exif films (video file mp4) to filename date and time. Copy FileModifyDate directly to the other tags (including IPTC:TimeCreated without reformatting). This feature facilitates useful operations such as setting date/time tags from a date embedded in the file name. mp4" As you're saying the exif information in both files are very different, and I'm not surprised it would fail. Now it is not useful to sort images by date/time, so I need to extract date from part of a filename, while preserving the original filename so that the WA can see it it file system. I need to set exif DateTaken as file CreationTime Here is my code: [reflection. extension. g. Mar 5, 2024 · The "exiftool" Application Set creation date & DTO from date created in mp4; Set creation date & DTO from date created in mp4. In this case, an extra '%' must be added to pass the format code through the date/time parser: Mar 2, 2015 · exiftool immediately changed the date. - Phil Feb 7, 2021 · That sets the EXIF date from the Mac's MD (file system?) creation date. The result is that this tag is more strict about the date/time formatting. *//} 120000' 2019-05-15_0023. Feb 13, 2013 · Up till now I've used EXIFTOOL in a batch file to populate the Title field with the filename: EXIFTOOL *. jpg sets the time of last file modification, mtime, to the date stored in the EXIF metadata. exiftool "-datetimeoriginal<filename" * exiftool "-AllDates<filename" * output the same results: Sep 12, 2012 · Set to oldest date from Exif meta or file name Step 0 - install exiftool from below. 11 in File:FileModifyDate (ValueConvInv) - 0818031904a. By default, the file name and description are output on two separate lines like the two below. Dec 26, 2018 · Here my workflow with the free EXIFtool (long live to its author) steps to correct the date (set original date to creation date) and then use this data to rename according to the date: select all, and download = all are zipped into a folder (iCloud Photos), and unzipped on my harddrive ( /DOWNLOAD LOCATION/FOLDER NAME ). ) If you want to set the minutes and seconds to zero, you can so this: exiftool "-datetimeoriginal<${filename;$_=substr($_,0,13)} 00:00" DIR This is assuming you want to set EXIF DateTimeOriginal. mp4 Dec 9, 2023 · Exiftool can set a time stamp from a filename, as shown in FAQ #5, but it needs a complete time stamp, date and time, which is 14 numbers in total. How can I overcome the -if should be true to continue? Mar 11, 2025 · I know the date that the videos were taken but not the time. jpg Warning: Month '18' out of range 0. The startup time of exiftool is its biggest performance hit, so you'll find this is much faster than looping over each file (see exiftool Common Mistake #3). If you have a file with the name foo_20180418_103000. For these files I would like to set the 'media created' timestamp to match the 'date modified' timestamp. Apr 19, 2018 · Try this to set the GPS times after writing AllDates: exiftool "-gpsdatestamp<createdate" "-gpstimestamp<createdate" DIR This should work as a separate command, but writing GPSDateStamp and GPSTimeStamp require properly-formatted date/time strings, so your advanced formatting expression would have to be tweaked if you wanted to write them together with AllDates in one command. This step is important for the following steps to be successful. mp4 But if I go to New York and take a video, then I need to set the time zone exactly, accounting for Daylight time. It uses the fact that when ExifTool has two assignments that affect the same tag, the latter takes precedence. Note that other numbers that exist in the file name after the date may find their way into the time. Add -overwrite_original to suppress the creation of backup files. How can I batch edit (12,000 pictures) so that the EXIF data (ideally all of date created / modified / taken etc. I was able to update/write the created date for the jpeg/png/mov But I have an issue with the . I have a huge collection of photos from 1999 to 2019 and many of them don't have Date Taken registry, but all of them have the date in file name, like YYYY-MM-DD and YYYYMMDD. 2. You should always be sure you know what you are doing (and have back-ups) if you use the "overwrite_original" option. For example, the command exiftool "-alldates<filename" c:\images will set the common date/time tags from the file name for all images in the directory "c:\images". Add -P to the command to preserve FileModifyDate if you want. Is there a way to use Exiftool to bulk change the CreateDate and ModifyDate of my video files to include the date and time info from each file name? Many thanks in advance. mov I tried exiftool '-CreateDate<FileName' '-ModifyDate<FileName' -r -overwrite_original -ext MOV DIR Feb 17, 2021 · You should be able to do this with exiftool. exiftool "-FileModifyDate<FileCreateDate" "img956279. I googled and want to try with exiftool. Unfortunately others will start with Death, Grave, Gravestone etc, so I cannot use LR's File name sort to view them by their original date (which I know is not the actual capture date). Dec 19, 2020 · exiftool -tagsfromfile "in. MP4 Example EXIF info from one of the files – as you can see the file creation date (that is set to 01/01/1980) is not reflected in the EXIF info at all. You would need to make sure that they're not all in the same directory to avoid mistakes. These modified dates and times are correct, but Jun 26, 2020 · Parsing UNIX timestamp from filename as exif date Jul 11, 2020 · I need to change the creation date of some scans based on the file name. Windows 11 is stupid and will only let me set the DATE but not the TIME. jpg If that all looks correct, you can do all files in a directory like this: Mar 31, 2025 · Hi, after spending numerous hours of googling, reading (mainly on this forum) and trying to work this out, I can't seem to be able. Installing ExifTool. Jul 21, 2016 · All my image files follow the same file name pattern 'YY-MM-DD HHMMSS'. Delete All Tags Except One. jpg Sep 30, 2019 · Another question. The -alldates option seems to function as intended: "For example, the command exiftool "-alldates<filename" c:\images will set the common date/time tags from the file name for all images in the directory "c:\images". Feb 21, 2022 · All looks good within Windows Folders but when I go into other programs (still using Picasa often) the order is not right and I guess that is because the file name is changed but not the EXIF date. for example Without this option, instead ExifTool would save the existing preview jpegs under the name "filename. Is that possible? I found how to adjust the time for an entire folder if your camera had the wrong time: Apr 16, 2020 · What I have: jpg files with filenames that all START with the correct date YYYYMMDD_filename. The syntax of the filename is: YYYY_MM_XXX and YYYY_MM I tried to adjust the provided command: exiftool '-datetimeoriginal<${filename;$_=substr($_,0,7)} 00:00:00' But I am getting "No writable tags set from " warning message. suva mswzy pktxj jibkm gwxsj dazaqpvea rva knvlpf rfveyjq pfgdui oefcm ofklm hirhp pdad wxyj