grelady.blogg.se

Exiftool commands to change dates on batch
Exiftool commands to change dates on batch












I can get the bat file to output the dimensions (in this example it outputs "400x222" in the exiftool window), however I'm not too sure how to redirect those values sucessfully back inside the bat file console window as variables.īelow code gives me what I want, but in the exiftool window: offĮcho = WEBP EXIF =įor %%f in ("C:\ffmpegConvert\*.webp") do (īelow is what I tried, but I'm not able to echo back those values in my initial bat file console window (I get "echo is off, once for each failed echo") offįor %%f in ("C:\ffmpegConvert\*. Drag and drop files onto this exe.I'm trying to get the dimensions width/height from a webp image, using exiftool via a batch file and saving those values as variables.

  • Here is something that I find useful: Create a copy of ExifTool and name it exiftool(-a -G1 -s -k).exe.
  • You will probably want to turn off the Instant Preview or only select a single file while typing ExifTool tags. See the ExifTool documentation for more info on what is supported. You can type a group name first to be more specific. This will return the value of "TagName" (provided such a tag exists in the file of course)
  • Finally move the file in the folder where Flash Renamer is installed, for example c:\Program Files\Flash Renamer\.ĮxifTool implemented as a and can be used anywhere tags are allowed.
  • Change the name of this file to just exiftool.exe.
  • exiftool commands to change dates on batch

    exiftool (-overwriteoriginal -ImageDescription).exe. Just drag and drop your jpegs onto it and the text will be removed.

    exiftool commands to change dates on batch

    This text is in a non-standard place and will show up in apps such as Google Photos. When finished, open the zip file and extract the file exiftool(-k).exe. Here is what I use to remove the text Olympus Camera from the exif.Go to ExifTool homepage and download the Windows Executable. This tool works in batch mode with adjusting days, hours, minutes, seconds and picking the correct date/time of specific photo.

    exiftool commands to change dates on batch

    This is a page from the Flash Renamer user manual.ĮxifTool by Phil Harvey is an advanced metadata utility that can read an enormous number of file formats, media properties and tag formats (see lists below).įlash Renamer already contains support for many metadata formats, but if you miss something there is a good chance that ExifTool supports it, and you can use ExifTool together with Flash Renamer to get this data into Flash Renamer!īefore you can use ExifTool you need to "install" it:














    Exiftool commands to change dates on batch