-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|