diff --git a/README.md b/README.md index 2ee8d6a..717a60f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,46 @@ # sjcam_raw2dng -Convert SJCAM raw files to Adobe DNG while also getting metadata +Convert SJCAM raw files to Adobe DNG and TIFF while also getting metadata such as date and ISO from JPEGs that correlate to the RAW files Currently supported cameras: -- SJ5000X Elite +- SJ5000X Elite (with Adobe camera profile for professional level color calibration) - M20 +Features: +-------------------- +- Using official Adobe SDK for maximum compatibility and extendability +- Parallel conversion speeding up batch conversion by utilizing all CPU cores in the system +- Adobe camera profile +- Support for Linux and Windows (both GUI and CLI) +- Best possible quality +- EXIF embedding from original JPEG files +- Full EXIF support + + +Camera profile usage: +--------------------- +In order to be able to utilize camera profiles, you will need to put them in +C:\Users\{you}\AppData\Roaming\Adobe\CameraRaw\CameraProfiles\ + + +GUI: +--------------------- +Enables selecting source and optionally destination directories and convert +Also optional is ability to convert to TIFF as well as DNG + + +CLI: +--------------------- +This is allows most control by supporing list of files/directories to convert. +Note that if you drag-n-drop directory or file into sjcam_raw2dng.exe on windows, it will do the batch conversion. + + +Troubleshooting: +--------------------- + +Q: Windows returns an error about missing MSVCP140.dll. +A: Install: https://www.microsoft.com/en-us/download/details.aspx?id=48145 + +Q: Windows repors an error: "This app can’t run on your PC. To find a version for your PC, check with the software publisher." +A: The binary is for 64-bit windows, while you are probably running 32-bit