[WONTFIX] I need a new option line: EXIF data "EOS xxxD" instead of "EOS yyyD"

Started by gbenyov, August 18, 2014, 01:44:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gbenyov

Dear ML developers!
I would like to rewrite (my own) 700D in the EXIF data.
I need in all position EXIF data is "EOS 650D".
It's important to me!

My problem is as follows (in brief):
I have Windows XP plus Dx0 ver.7.5.
The configuration is not recognized by the Canon EOS 700d!
If I - by hand - I rewrite - the image in two places, "EOS 700D" instead of "EOS 650D", it is always working properly!
I need a new option line.
It can do this?

Thank You for answer.

dmilligan

This could be easily done in post using a batch script and exiftool. No reason to do it in camera.

Walter Schulz

Commandline
Exiftool.exe -overwrite_original_in_place -preserve "-CanonImageType=Canon EOS 650D" *.cr2
Exiftool.exe -overwrite_original_in_place -preserve "-Model=Canon EOS 650D" *.cr2

gbenyov

Thank You for your idea.
I will download "exiftool" and I will learn, how to work this program.
Thank You!