cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does anyone know if there is a tool available to convert DPP3 recipes to the DPP4 format?

andre-7d
Contributor

I have TBs worth of edits in DPP3 and cannot archive them in the way that DPP4 would apply those edits. For now I'm able to use DPP3, but it will likely fail to run at some point on whatever version of Windows makes it incompatible.

Does anyone know of any tool that can convert .VRD recipe files into .DR4?

1 ACCEPTED SOLUTION

andre-7d
Contributor

Here's how DPP3 and DPP4 store recipes in CR2 files, for those who are interested. This post is purely informational, as I haven't found the tool to automate this process yet.

You will need a fairly recent version of exiftool to run some of the examples. DO NOT run any of the commands modifying images against your actual images. Use a throw-away copy for experimentation.

Both versions of DPP store recipes in EXIF tags, under CanonVRD. DPP3 and DPP4 tags are mixed in and some have the same names and some do not.

Here's how you can see all recipe tags:

 

exiftool -s -a -G -H -CanonVRD:all _MG_2280.CR2

 

I will demonstrate DPP3 vs. DPP4 tags using RAW brightness value. If image RAW brightness value was changed in both, DPP3 and DPP4, this command will show two brightness values.

 

exiftool -s -a -G -H -CanonVRD:RawBrightnessAdj _MG_2280.CR2
[CanonVRD]      0x20001 RawBrightnessAdj               : 1.25
[CanonVRD]      0x0038 RawBrightnessAdj                : 2.00

 

The top one is for DPP4 and the bottom is for DPP3. Notice how they have the same name and different tag IDs. This means that some of the scripts circulating online may not work as intended if just the tag name is used to set the value.

Here's an example how I can take the DPP3 value and apply it against the image, so DPP4 will show the desired brightness, which in this case is 2.0.

 

exiftool -CanonVRD:ID-0x20001:RawBrightnessAdj=2.00 _MG_2280.CR2

 

If you have DPP4 open in this directory, you will see brightness jump up immediately after this command.

Tag names don't always match between DPP3 and DPP4. For example, crop tag names for DPP3 look like this.

 

[CanonVRD]      0x0246 CropLeft                        : 684
[CanonVRD]      0x0248 CropTop                         : 726
[CanonVRD]      0x024a CropWidth                       : 3417
[CanonVRD]      0x024c CropHeight                      : 2278

 

, while crop tag names for DPP4 look like these.

 

[CanonVRD]      0x0003 CropX                           : 100
[CanonVRD]      0x0004 CropY                           : 100
[CanonVRD]      0x0005 CropWidth                       : 3877
[CanonVRD]      0x0006 CropHeight                      : 2585

 

DPP4 recipes saved as standalone files are stored as EXIF values as well, so you can see all DPP4 tag values if you run the same command against a .dr4 file, like this.

 

exiftool -s -a -G -H -CanonVRD:all _MG_2280.dr4

 

You can see a full list of Canon VRD tags and meanings of some values on this page.

https://exiftool.org/TagNames/CanonVRD.html

Update 2022-12-19

Posted a thread on exiftool forums on why JSON export/import fails. JSON may be used to extract DPP3 values, remapped into using DPP4 tag IDs and then imported into .CR2 images.

https://exiftool.org/forum/index.php?topic=14288.0

This is work in progress. I will keep updating this post if anything interesting surfaces in my search, because Canon forums are messy in how they present threads.

View solution in original post

33 REPLIES 33

shadowsports
Legend
Legend

andre-7d,

I do commend your perseverance.  I don't have any copies of DPP3 installed, just v4.  Credit to John (jrhoffman75) who I saw a thread from in 2017.  v3 .vrd files being converted to v4 .dr4.  There is no tool and exiftool doesn't support it either per there user forums.  You are not the first to ask.  John also mentioned that the raw files are not altered, and that the recipes are applied to the files upon export.  You are already aware the changes between v3 and v4 are significant.  While backwards compatibility has been maintained, .CR2, .CR3, the way EXIF data is stored and read differs.  With 2TB of data archived, I understand the motivation.  You also pointed out that the tag names differ between the two file types.  Now we are talking about some serious development time.  You may find a way to do a migration, but others who may lack the time or technical ability will not.  

Have you contacted Canon Support to inquire about this?  Help might be available if you ask?

~Rick
Bay Area - CA


~R5 C (1.0.9.1) ~RF Trinity, ~RF 100 Macro, ~RF 100~400, ~RF 100~500, ~RF 200-800 +RF 1.4x TC, BG-R10, 430EX III-RT ~DxO PhotoLab Elite ~DaVinci Resolve Studio ~ImageClass MF644Cdw/MF656Cdw ~Pixel 8 ~CarePaks Are Worth It

> There is no tool and exiftool doesn't support it either per there user forums.

In a few of those threads they are talking about straight tag export/import, which will not work here. Somebody needs to create a mapping of all DPP3 and DPP4 recipe tags, by their IDs, not just names. That mapping can be used to migrate recipes safely. I would caution people against using any of the commands mentioned in those threads because many of them use just tag names not IDs, which is not deterministic.

I'm still looking into a few possible ways to approach this from this angle.

> Have you contacted Canon Support to inquire about this? 

My previous interactions with Canon Support weren't very fruitful. The best they can do is to forward my comments to the software development team, and that's if I'm lucky. Most likely they will just consider this working-as-designed and drop it.

So, my plan is to gather as much as I can, send them a plea that they dropped the ball on this one for many of their customers, and proceed with the assumption that they will never follow up.

A couple of years on. I have about 4TB of photos, the great majority edited using DPP3. Has this topic progressed in any constructive way? I am concerned by the possibility that some DPP3 tags may be meaningless in DPP4, in the sense that DPP4 might have adopted an approach so different that no direct remapping of tag values makes sense. But even if that were true, it would still make sense to be able to translate those tags that did have a (possibly rough) equivalent, to minimise the drudgery of redoing absolutely everything under DPP4.

I could simply choose to stratify my collection and maintain the DPP3 recipes on my Windows 10 machine. But I am not at all sure that I can rely on Windows 10 in the absence of offiicial Microsoft support, even as a single function proposition running offline. The hardware also has a finite lifetime.

Perhaps the real problem here is that Canon does not know how to maintain DPP3 any longer.

I hope some of this might be helpful.

It seems to me that DPP4 does things very differently from DPP3. The crop information from the dr3 file could easily be used in DPP4. Exactly duplicating color and sharpening might not be possible. The digital lens optimizer in DPP4 works for me on old CR2 files and it seems to me this is a big advantage.

I now use exiftool to add IPTC metadata and Metadata Working Group standard tags to all of the CR3 files I edit in DPP4 and also old CR2 files if I look at them again, but I only started doing this in the last few years and have not attempted to go back and add metadata to earlier files.

I no longer use Windows, but I checked today and I am still able to boot Windows 10 into a virtual machine on my Linux desktop using qemu. ( Windows spends about 2 days installing updates when it has not been booted for a long time. My windows disk is an image of a hard drive made using dd. I had a windows license from a very long time ago that was not tied to particular hardware and have use this. )

I am not certain that I remember correctly, but it seems that I may have run dpp3 on my Linux desktop using wine.

Announcements