在 Windows Vista 中调整多台相机照片上的 EXIF 时间戳的最简单方法是什么?
场景:几个人一起去度假,带着数码相机,拍照留念。 有些人记得将相机时钟调整为当地时间,有些人将相机时钟设置为家乡时间,有些人将相机时钟设置为出生地国家的当地时间,还有一些人将相机时钟设置为工厂时间。
问题:照片 EXIF 元数据中的时间戳不会同步,因此很难将所有照片聚合到一个组合集合中。
问题:假设您已经发现所有相机时钟之间的差异,那么在 Windows Vista 中纠正这些时间戳差异的最简单方法是什么?
Scenario: Several people go on holiday together, armed with digital cameras, and snap away. Some people remembered to adjust their camera clocks to local time, some left them at their home time, some left them at local time of the country they were born in, and some left their cameras on factory time.
The Problem: Timestamps in the EXIF metadata of photos will not be synchronised, making it difficult to aggregate all the photos into one combined collection.
The Question: Assuming that you have discovered the deltas between all of the camera clocks, What is the simplest way to correct these timestamp differences in Windows Vista?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
使用 exif 工具。 开源,用 perl 编写,但也可作为独立的 .exe 文件使用。 作者似乎想到了与 exif 相关的一切。 成熟的代码。
示例:
参考文献:
use exiftool. open source, written in perl, but also available as standalone .exe file. author seems to have though of everything exif related. mature code.
examples:
refs:
Windows Live 照片库 Wave 3 Beta 包含此功能。 来自帮助:
说明:
当前下载位置来自 LiveSide.net。
Windows Live Photo Gallery Wave 3 Beta includes this feature. From the help:
Instructions:
Current download location is from LiveSide.net.
最简单的,可能是一个小的 python 脚本,它将使用 os.walk 之类的东西来遍历文件夹下的所有文件,然后使用 pyexiv2来实际读取然后修改EXIF数据。 有关 pyexiv2 的教程可以在此处找到。
Easiest, probably a small python script that will use something like os.walk to go through all the files below a folder and then use pyexiv2 to actually read and then modify the EXIF data. A tutorial on pyexiv2 can be found here.
我敢于建议我的软件用于此目的:EXIFTimeEdit。 开源且简单,它支持我能想象到的所有可能的变体:
I'd dare to advice my software for this purpose: EXIFTimeEdit. Open-source and simple, it supports all the possible variants I could imagine: