A macOS app that converts Lumix S9 RW2 raw files for Capture One Pro 23 compatibility.
Capture One Pro 23 doesn't support the Panasonic Lumix S9 camera. However, it does support the Lumix S5, which uses a nearly identical sensor and raw format.
This app modifies the EXIF Model tag in RW2 files from "DC-S9" to "DC-S5", allowing Capture One to import and process the files.
- Creates a backup before modifying each file
- Validates the file is a legitimate Lumix S9 RW2 before modification
- Verifies the TIFF structure remains intact after modification
- Confirms file size is unchanged (byte-for-byte same size)
- Automatically restores from backup if any validation fails
- macOS 13.0 or later
- Xcode 15+ (to build from source)
- Clone the repository
- Open
S9ToS5.xcodeprojin Xcode - Build and run (⌘R)
Or build from command line:
xcodebuild -project S9ToS5.xcodeproj -scheme S9ToS5 -configuration Release buildThe app will be in ~/Library/Developer/Xcode/DerivedData/S9ToS5-*/Build/Products/Release/
- Launch the app
- Click "Choose Folder" and select a folder containing your S9 RW2 files
- Click "Convert Files"
- Import the converted files into Capture One