Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanburman committed Jun 17, 2016
1 parent 448bda8 commit 567c033
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions README.md
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

0 comments on commit 567c033

Please sign in to comment.