Classic Negative film simulation for Fujifilm X-T2 RAF files in Capture One

The X-Pro3 introduced a fantastic film simulation called Classic Negative. It has fantastic subdued, muted, cold vintage tones. Looks fantastic on moody photos and its coldness is like a great counter to Classic Chrome more reddish tones.

Unfortunately, it’s not available for older cameras like the X-Pro2 or the X-T2. To make matters worse, it’s not even available on Capture One, despite we can still find the Eterna film simulation, that was released with the X-H1 and was never made available on older cameras.

Using Classic Negative in Capture One for Fujifilm X-T2

However, there’s hope. We can still use the Classic Negative film simulation in Capture One by modifying the EXIF tags in the RAF file, so it’s read as if it was a RAF created with a Fujifilm X-T3.

To do this, we’re going to use the EXIFtool command line utility that can be downloaded from https://exiftool.org/. This tool will allow us to modify the camera model name, and change it from X-T2 to X-T3.

Check the video above for the complete walkthrough and let me know what you think in the comments. How do you like this film simulation? Do you see yourself using it as a starting point to edit your photos?

As a bonus, if you’re also interested in a Bleach Bypass film simulation for your Fujifilm X-T2 like the new one in the X-T4, check this blog post where I shared a recipe to add to your camera.

Commands

The commands executed in the video are the following:

cp _DSF1234.RAF _DSF1234-xt3.RAFCreates a copy of the RAF file
exiftool _DSF1234-xt3.RAF | grep X-T2Reads EXIF tags filtering those
that have X-T2 in them
exiftool _DSF1234-xt3.RAF -modelReads the camera model
exiftool _DSF1234-xt3.RAF -model=X-T3Writes the new camera model

Did you find this useful? Please buy me a cup of coffee so I can stay awake creating more useful resources!

15 thoughts on “Classic Negative film simulation for Fujifilm X-T2 RAF files in Capture One”

  1. Thank you, Elio, for sharing! I‘ve just tried it and it perfectly works on my X-T10 raw files. Do you know if exiftool can also batch process various photos at the same time or do I have to run this process for each photo individually?

    1. It is possible! You can do

      exiftool *.RAF -software="Digital Camera X-T4 Ver1.00"

      And it will write that string in the EXIF “software” field in all your files.

  2. I wonder if this has any negative impact in terms of Capture One incorrectly processing the image in other ways. I compared two side by side and it seems the lens corrections are applied somewhat differently, looking at the edge of the frame.

    1. I think C1P uses lens correction data when it’s available in the RAF provided by the lens (for example an XF 35 mm) and as a fallback, with their own calculations based on camera model if lens data is not available, for example if using an Helios 44-2. So there’s a chance there might be some difference. Was this for a recognized lens?

  3. Sorry for the late reply. You’re right, seems the default is that C1P uses their own in house profile for each lens (these are all XF). If you switch back to manufacturer profile they are identical. They must have different corrections for each model-lens pairing, which seems odd. Only other thing I’ve noticed is that the ‘as shot’ white balance value is different for the same image depending on exif model XT2/XT3, and its also impossible to get the histogram identical, even with no adjustments. Red channel in particular is a bit different.

  4. I already struggle at 2:56 as my terminal shows this: hansmustermann@Hanss-iMac ~ % and I have now tried all “for me” thinkable ways to show what you got at 3:08, where it hows all your images inside the terminal window.
    I tried the following: ~/Bilder/Sonny-und-Chrissy/Capture. ,where Capture is my sessions folder for Capture One and physical folder with all the images. I also tried “Pictures” instead of “Bilder” but it leads always to either no such folder or permission denied. Is there something special on a German Mac? Thanks in advance if possible, Uwe

    1. Where’s your terminal initially opened? And if you type

      cd ~ && ls

      and press enter, can you find your images folder among those directories? If so, that’s the directory you want to access.

  5. Hi Elio,

    exif change worked. Still there is no Classic Negativ in C1P v14. Do you know what’s wrong?

    1. Make sure that when you do this change, Capture One is not open, or at least not in the folder where you’re changing the files. If it is, when you duplicate the file, it will instantly index it with the real camera it was created with.

  6. Hello Elio…

    Thanks for for sharing this. I’m using Capture One 12 and I’ve tried several times to change the exif info for my X-E3 to X-T4, but nothing seems to work. I’m wondering if it has something to do with Capture One 12. Do I need to be using Capture One 20?

    1. Hi Larry, I’m not sure C1 12 has that full simulation since it was released before the X-T4 was released. I tested this with C1 20

Leave a Reply to Uwe RöderCancel reply