官网https://exiftool.org/下载指定版本的ExifTool,环境为Windows 10 x64, Exiftool版本为Apr. 7, 2022 - Version 12.41, 重命名后放在Python安装目录下或是系统环境变量目录下,无需双击安装,如下图: 先试试纯CMD模式下如何调用该工具: 1- 读取指定EXIF标签的内容---对单一文件 读取MOV文件的指定EXIF的标签(...
1. 打开命令行工具(在Windows上为CMD或PowerShell,在Mac和Linux上为终端)。 2. 定位到目标目录,例如`cd /path/to/your/images`。确保这里的路径与您存储GIF文件的目录匹配。 3. 使用ExifTool批量修改时间戳: ```bash for %f in (*.gif) do ( exiftool -DateTimeOriginal=YYYY-MM-DD:HH:mm:ss -ModifyD...
ExifTool is the good stuff!And all for free. It is a command line viewer, however don't get excited by that. It can also easily work as a useful Windows program. There is a Mac version of ExifTool, but I don't know of a Mac viewer app. ...
# Description: Example ExifTool print format file for generating a # Google Earth KML file from a collection of geotagged images # # Usage: exiftool -p kml.fmt -r DIR [...] > out.kml # # Requires: ExifTool version 10.41 or later ...
对于Windows: 你需要从exiftool官网下载并安装。下载后,确保将exiftool.exe的路径添加到系统的环境变量中。 确认animatediff工具的配置: 确保animatediff工具的配置文件中正确指定了exiftool的路径。这通常是在一个配置文件中设置的,但具体路径和格式可能因animatediff的版本而异。你需要查看animatediff的文档或源代码来确...
New presets box for the additional EXIF fields Added LensModel to additional EXIF fields Copy Command line now a cut and paste - cross platform and no longer generates batch file on Windows Fix for failure to display increment downdown box New Plugin Manager option to Save/Read plugin preferenc...
在Windows上使用Phil Harvey的Exiftool 12.31版时,DateTimeOriginal字段返回数字,这似乎是一个十六进制值,但它太大了,没有任何意义。作为一个DEC值,它也没有任何意义,所以我认为它可能是某种元组,但我不知道如何解析它(它不应该被Exiftool解析吗?)。 这里是原始图像的链接。 > exiftool -DateTimeOriginal "DSC02102...
EXE, DLL Windows executable and library files EXIF Exchangable Image File Format metadata EXR Open EXR F4A, F4B, F4P, F4V Adobe Flash Player 9+ Audio/Video FFF Hasselblad Flexible File Format FLA Adobe Flash project FLAC Free Lossless Audio Codec FLV Flash Video FPX FlashPix image GIF Compuse...
July 11, 2024 - Version 12.88 - "New Windows/MacOS packages" - Windows EXE version now uses Oliver Betz's bundle with Strawberry Perl and comes in 32- and 64-bit versions - MacOS distribution now uses a flattened package - Added ability to read/write deflate-compressed XMP in HEIC files...
windows_exiftool windows_exiftool.txt Repository files navigation README GPL-3.0 license ExifTool by Phil Harvey (philharvey66 at gmail.com) --- ExifTool is a customizable set of Perl modules plus a full-featured command-line application for reading and writing meta information in a wide varie...