https://github.com/filipnet/dngtoolkit
Automatic conversion of multiple RAW/ARW files to DNG format with Adobe DNG Converter via PowerShell
https://github.com/filipnet/dngtoolkit
adobe arw conversion converter dng fotografie photography powershell raw
Last synced: 4 months ago
JSON representation
Automatic conversion of multiple RAW/ARW files to DNG format with Adobe DNG Converter via PowerShell
- Host: GitHub
- URL: https://github.com/filipnet/dngtoolkit
- Owner: filipnet
- License: bsd-3-clause
- Created: 2020-04-18T11:44:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:24:00.000Z (over 4 years ago)
- Last Synced: 2024-12-27T08:16:20.309Z (5 months ago)
- Topics: adobe, arw, conversion, converter, dng, fotografie, photography, powershell, raw
- Language: PowerShell
- Homepage: https://www.filipnet.de/lightroom-without-subscription/
- Size: 25.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DNG ToolKit
Automatic conversion of multiple RAW/ARW files to DNG format with Adobe DNG Converter via PowerShell
## LATEST UPDATE
New Features added for automation in 2021:
* Copy RAW/ARW-files from SD-Card & Convert
* Move RAW/ARW-files from SD-Card & Convert## REQUIREMENTS
- PowerShell version 3 and above
- For this script to work you need to install the free Adobe DNG Converter. https://helpx.adobe.com/photoshop/using/adobe-dng-converter.html#DownloadtheDNGConverter## INSTALL AND USAGE
- Make sure that the requirements (see REQUIREMENTS) are fulfilled
- Download a zip file and uncompress it
- Adjust the settings in Settings.xml to your environment and requirements
- Start the PowerShell script using the supplied DNGToolKit.bat
- Select the action you want to perform from the menuYou want to test the script before it actually moves/copies files or executes actions?
Set the following variable of Settings.xml to $true - $true## FEATURES
This PowerShell script supports Lightroom 6.14 (and below) on-premise users. Several actions are available.
- Move or Copy RAW files from an external storage device to subfolders sorted by date of recording
- Automatic convertation of the imported folders into DNG format via command line
- Automatic deletion of rejected and deleted ARW files (by Lightroom) in the working directoryThe syntax of the Adobe DNG Converter command line arguments can be found here:
https://wwwimages2.adobe.com/content/dam/acom/en/products/photoshop/pdfs/dng_commandline.pdfThe default parameters are as follows, but can be customized via Settings.xml
```
-u Output uncompressed DNG files
-p1 Set JPEG preview size to medium size (default)
-fl Embed fast load data
-cr7.1 Set Camera Raw compatibility to 7.1 and later
```## DIRECTORIES
- DNGToolKit.ps1 - The main PowerShell script with the program logic
- Settings.xml - Configuration file to adapt to the own needs and system environment
- DNGToolkit.bat - The start script that skips the PowerShell execution policy
- Library.ps1 - Functions required by the main script have been swapped out due to readability
- README.md - The manual for this PowerShell Script
- LICENSE - The license notes for this PowerShell script
- CHANGELOG.md - Change documentation of this software## LICENSE
DNG ToolKit and all individual scripts are under the BSD 3-Clause license unless explicitly noted otherwise. Please refer to the LICENSE