On Sat, Mar 2, 2013 at 7:01 PM, Martin Kaffanke <[email protected]> wrote: > Am 02.03.2013 18:57, schrieb Federico Bruni: >> Il 02/03/2013 18:40, Martin Kaffanke ha scritto: >>> Hi there, >>> >>> I now found that my camera had the wrong date and time while making the >>> pictures. Is it possible to change the exif data for all Pictures by >>> exactly +1 day and +1 hour for the whole Set? >>> >> >> Yes, in linux distros there's a package called exiv2 which can do this. >> See "man exiv2". >> In your case it should be: >> >> exiv2 ad -Y 1 -a 1 file.extension
Actually that's not a good idea per se... Lots of these tools (I'm not sure about Exiv2, you'd have to try a binary diff), fully restructure your RAW file when modifying a single property. And RAW files are fragile, so restructuring could break things (even if it's not immediately obvious). I just use filenames like this: PMJ_20130302_1234.SRW So I can always have a different date in the filename if required, without any risk of subtly breaking my RAW files. Regards, Pascal de Bruijn ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
