Mac OS running DNG Converter from terminal

I would like to run a big batch job of DNG conversions from the Mac OS Terminal. I have test run a few files and there doesn't seem to be any output to the stout from the command. I was really hoping to write a text file that I could examine after the run.
Am I missing on a switch or is that just the way it works.

Thanks for responding G Sch.
LOL. Well this lemming doesn't habitually rename .exe files (e.g. Adobe DNG Converter.exe) to a non-spaced alternative either! (Adobe_DNG_Converter.exe)
Still no luck...
*** Here is my batch file...
REM Copy and DNG-convert files from CF
CD c:\RAW_files
dir c:\RAW_files
"C:\Program Files\Adobe\Adobe DNG Converter.exe" -d C:\DNG_files
dir c:\DNG_files
pause
***Here's the DOS shell output...
<<BEGINS>>
C:\RAW_files>dir c:\RAW_files
Volume in drive C is Local Disk
Volume Serial Number is D084-58ED
Directory of c:\RAW_files
12/03/2008 10:29 AM <DIR> .
12/03/2008 10:29 AM <DIR> ..
11/03/2008 07:00 AM 10,661,632 _3110455.ORF
11/03/2008 07:01 AM 10,661,632 _3110457.ORF
11/03/2008 07:01 AM 10,661,632 _3110458.ORF
11/03/2008 07:02 AM 10,661,632 _3110460.ORF
11/03/2008 07:02 AM 10,661,632 _3110461.ORF
11/03/2008 07:03 AM 10,661,632 _3110462.ORF
11/03/2008 07:03 AM 10,661,632 _3110463.ORF
11/03/2008 07:04 AM 10,661,632 _3110464.ORF
11/03/2008 07:04 AM 10,661,632 _3110465.ORF
9 File(s) 95,954,688 bytes
2 Dir(s) 2,619,731,968 bytes free
C:\RAW_files>"C:\Program Files\Adobe\Adobe DNG Converter.exe" -d C:\DNG_files
C:\RAW_files>dir c:\DNG_files
Volume in drive C is Local Disk
Volume Serial Number is D084-58ED
Directory of c:\DNG_files
12/03/2008 02:46 PM <DIR> .
12/03/2008 02:46 PM <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 2,619,731,968 bytes free
C:\RAW_files>pause
Press any key to continue . . .
<<ENDS>>
As you can see (a) Source files exist(b) DNG command line runs without generating an error (c) no output files in destination.
DNG Converter did not run.
If I remove everything after the command (i.e. the parameter list stuff) it fires up DNG Converter in interactive mode. Not what I'm after.
Any other thoughts on what the problem is?
Thank you.
Rob

Similar Messages

  • Problem running DNG Converter from command line in Windows XP

    I'm a frustrated user trying to run Adobe DNG converter from the Windows command line - more specifically from a batch file.
    - Am reasonably conversant with writing batch files
    - Have read the PDF file provided by Adobe
    I just can't figure the correct syntax for adding the command line parameters and, unfortunately, the Adobe PDF file doesn't have verbose examples for idiots like me. Nor can I find any such examples on the Net, or any discussion of this problem in the forums.
    The Adobe PDF instructions state...
    "The parameter list includes the conversion options you want to use, followed by the names of the files to convert."
    As there is no switch to prefix 'the names of the files to convert' I assume I just leave a space and include the path to the source files at the end of the parameter list?
    Here is the batch file line I am trying to use...
    "C:\Program Files\Adobe\Adobe DNG Converter.exe [parameter list]"
    Where I want to specify in the [parameter list] that...
    (a) The destination directory (-d <directory> parameter) is c:\DNG_files
    (b) And the source files are in directory c:\RAW_files
    Here is the batch line with the parameters entered...
    "C:\Program Files\Adobe\Adobe DNG Converter.exe -dC:\RAW_files c:\DNG_files"
    I've tried variations of this with space between -d and C:\RAW_files and C:\DNG_files\*.* for the source files parameter.
    I just keep getting DOS erros like "The filename, directory name or volume label syntax is incorrect"
    Can anybody help me. I'm clueless how to solve the problem. :-(
    I'm running DNG COnverter version 4.2
    Thanks in anticipation.
    Rob

    Thanks for responding G Sch.
    LOL. Well this lemming doesn't habitually rename .exe files (e.g. Adobe DNG Converter.exe) to a non-spaced alternative either! (Adobe_DNG_Converter.exe)
    Still no luck...
    *** Here is my batch file...
    REM Copy and DNG-convert files from CF
    CD c:\RAW_files
    dir c:\RAW_files
    "C:\Program Files\Adobe\Adobe DNG Converter.exe" -d C:\DNG_files
    dir c:\DNG_files
    pause
    ***Here's the DOS shell output...
    <<BEGINS>>
    C:\RAW_files>dir c:\RAW_files
    Volume in drive C is Local Disk
    Volume Serial Number is D084-58ED
    Directory of c:\RAW_files
    12/03/2008 10:29 AM <DIR> .
    12/03/2008 10:29 AM <DIR> ..
    11/03/2008 07:00 AM 10,661,632 _3110455.ORF
    11/03/2008 07:01 AM 10,661,632 _3110457.ORF
    11/03/2008 07:01 AM 10,661,632 _3110458.ORF
    11/03/2008 07:02 AM 10,661,632 _3110460.ORF
    11/03/2008 07:02 AM 10,661,632 _3110461.ORF
    11/03/2008 07:03 AM 10,661,632 _3110462.ORF
    11/03/2008 07:03 AM 10,661,632 _3110463.ORF
    11/03/2008 07:04 AM 10,661,632 _3110464.ORF
    11/03/2008 07:04 AM 10,661,632 _3110465.ORF
    9 File(s) 95,954,688 bytes
    2 Dir(s) 2,619,731,968 bytes free
    C:\RAW_files>"C:\Program Files\Adobe\Adobe DNG Converter.exe" -d C:\DNG_files
    C:\RAW_files>dir c:\DNG_files
    Volume in drive C is Local Disk
    Volume Serial Number is D084-58ED
    Directory of c:\DNG_files
    12/03/2008 02:46 PM <DIR> .
    12/03/2008 02:46 PM <DIR> ..
    0 File(s) 0 bytes
    2 Dir(s) 2,619,731,968 bytes free
    C:\RAW_files>pause
    Press any key to continue . . .
    <<ENDS>>
    As you can see (a) Source files exist(b) DNG command line runs without generating an error (c) no output files in destination.
    DNG Converter did not run.
    If I remove everything after the command (i.e. the parameter list stuff) it fires up DNG Converter in interactive mode. Not what I'm after.
    Any other thoughts on what the problem is?
    Thank you.
    Rob

  • How to install and run DNG converter 7.1

    I downloaded camera raw DNG converter 7.1.  How do I install and run it?  The files are jpegs created by a Nikon D800 camera. I'm using Photoshop CS5.

    Hi Tzurf,
    Please download DNG converter from below links and install by clicking on downloaded installer.
    DNG converter for MAC : http://www.adobe.com/support/downloads/detail.jsp?ftpID=5388
    DNG converter for WIN   :    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5389
    Regards,
    Ashish

  • How do you stop DNG Converter from embedding Adobe's ACR default settings instead of custom settings?

    I notice that the new version of Adobe DNG Converter (8.6, and maybe earlier) appears to place Adobe's ACR defaults in the converted file.  Thus, the converted files open up in Bridge with an indication that they already have settings made, and, hence, ACR does not apply the custom camera settings.  One has to Clear Settings first in Bridge, then open in ACR.
    This behavior is new, perhaps to 8.6.  But it's presence defeats the purpose of having custom Camera Defaults.
    Is there any way to prevent DNG Converter from installing settings?

    ssprengel wrote:
    What do you mean by “custom camera settings”?  Do you mean you’ve changed the Camera Raw defaults for a particular camera and those aren’t being seen until you do a Reset?  Or do you mean some sort of Nikon-settings that Adobe never looks at?
    Also at what point in the workflow are you converting these files, just after copying them to your hard-disk and before touching them with any other Adobe software, or after they’ve been adjusted in Nikon software, or after they’ve been adjusted in Bridge/ACR, initially as NEFs?
    I mean my custom camera defaults that are set by the Save New Camera Defaults for a given camera.
    My workflow is to take my original raw files first into Adobe DNG Converter.  I then open the folder in Bridge.  At this point I notice that my original raw files remain unaltered (there is no "settings" icon in the top right corner – circle with two lines and up-arrows – in the image's thumbnail), but the converted dng's (otherwise untouched and unopened in ACR) have a "settings" icon.  When I open the original raw file in ACR, it opens using my custom camera defaults.  When I open the otherwise virgin dng in ACR, it opens using the Adobe defaults (the same defaults that would be employed if no custom camera default had been set).
    This behavior is new.  DNGs formed by earlier versions of the DNG Converter did not apply any settings to the converted file, and when they opened in Bridge, they were given the custom camera settings.
    In order to retain the old (and proper) behavior, I now have to take the just-converted documents into Bridge, select them, and immediately apply Develop Settings/Clear Settings.  That gets rid of the settings that have been installed by the DNG Converter (as well as the "settings" icon on the thumbnail).
    I notice there is a new feature in Adobe DNG Converter 8.6, namely, a panel-specific toggle between the settings and the default settings. This indicates to me the likelihood that Adobe has been making some alterations with the settings that is having unintended consequences.  It clearly is not proper for DNG Converter to be adding (installing) settings, because that prevents the custom camera default settings from being applied, and hence defeats the purpose of the custom camera default settings.

  • HT4505 I have 4 accounts on my Mac Pro running Mavericks.  From one account I can scan with my Epson NX420, but the other three accounts do not see the scanner.  Can print from all accounts.

    Sorry, I was not given the option of posting to a Maverics community.  I have 4 accounts on my Mac Pro running Mavericks.  From one account I can scan with my Epson NX420, but the other three accounts do not see the scanner.  Can print from all accounts.

    Hi there Ira Fletcher,
    I would recommend taking a look at the troubleshooting steps found in the article below. Note: While the article was written for printer issues, many of the same troubleshooting steps apply to scanners as well.
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    -Griff W.

  • Security Warning when running DNG converter

    Hi,
    I just did a clean install of Vista Ultimate on my laptop and then installed the DNG converter (version 4.4.1).
    I copied the executable into Program Files/Adobe/Adobe DNG Converter but every time I run it I get a dialogue box:
    Open File - Security Warning
    which asks me to confirm I want to run the file. Even if I uncheck the "Always ask before opening this file" checkbox the behaviour happens.
    Anyone else seen this and know how to fix it?
    Thanks
    Patrick.

    This is the standard Micro$oft warning for any none Micro$oft product installed from a web download. It is part of their marketing strategy to discourage the use of non-Micro$oft products. It also occurs with Windoze XP.

  • I have been using DNG converter from the beginning.  But suddenly the bottom part of the interface has disappeared where the Convert button is.  What's happened

    Very strange.  Why would it disappear after all this time

    Very good question.  In fact I have just replaced my monitor with a higher resolution screen.  However it is all irrelevant now as I have cured it.  I uninstalled the old versions of the Converter and installed the latest version 9.  All works ok.  The hardest part was finding where the DNG Converter had squirreled away on my computer.  Eventually found it but I couldn't get access to it through the Control Panel.
    Many thanks for your reply

  • Running shell script from terminal

    If I run this shell script from the terminal it plays the sound though my external speakers;
    volume="/Volumes/8GIGSTICK"
    if mount|grep $volume; then
    afplay -d /System/Library/Sounds/insert.wav
    rsync -a /volumes/8GIGSTICK/documents /Users/mcp/Documents/Microsoft\ User\ Data/
    else
    say not mounted
    fi
    If I have launchd run it when the volumes is mounted it only plays the sound through the internal computer speaker.
    Anyone know why and how I can fix it?

    It's probably because your launchd job isn't running in the Aqua context and therefore doesn't pick up your sound-output preferences. One way to overcome this would be to load the job as follows:
    launchctl load -S Aqua -D user job_label
    That's assuming you have a launchd property list at ~/Library/LaunchAgents/job_label.plist. To make the effect persist across login sessions, you would create a file ~/.launchd.conf with the contents
    load -S Aqua -D user job_label

  • DNG converter for older versions of MAC OS?

    Hi,
    I'm helping a friend who is happily using PS CS3 on a Mac with Lion or Lepard.  I'm a PC person so I'm not sure what those two names mean.  Anyway, he has a couple of newer cameras (a Sony and a Nikon) for which CS3 can't interpret the RAW files.  As I understand, Adobe is not providing support in CS3 for new RAW files and my friend does not want to upgrade to a later version of Photoshop CS or CC.  So, I suggested the free Adobe DNG converter. 
    In looking at the Adobe specs on the DNG copnverter, it says that it requires Mac OS X 10.6 through 10.8.  So, two questions:
    1)  Is OS X 10.6 tru 10.8 the same as Lion or Lepard (I suspect not)
    2)  Is there an "older" version of the Adobe DNG converted I can have him download that is compatible with his OS and has (or can get) the code for recent cameras?
    Thanks -- Dan

    To answer the other part of your question, you can download older versions of the DNG Converter from http://www.adobe.com/downloads/updates.html
    The question is, though, what version of the DNG Converter is needed to handle the files.  Since you didn’t specify the extract models of cameras, that is impossible to verify, yet.
    You can look at this list of cameras and ACR version numbers to get an idea what the minimum DNG Converter download that would be needed to support them, and then check the system requirements of that particular DNGC version:
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Finally, Adobe is still offering the PS-CCLR subscription for $10/month (in the US).  It was supposed to expire on Dec 3rd, and then Dec 8th, but it’s still there, now without a specific expiration, but that doesn’t mean the offer won’t expire.   $120/year for the PS-CCLR subscription is about as much as it used to cost to upgrade PS-non-extended every 18 months, so if your friend can afford $10/month they can have the latest PS and run it on up to two computers.

  • Cannot open converted DNG files from Canon 6D in PSE11 [was: Canon files]

    Why cant I open CR2 files in PSE 11?

    What does it show when you go to:
    Help >> About Plug In >> Camera Raw
    My copy of PSE11 shows this:
    The alternative is to upgrade your DNG converter to 8.1 by going to this link:
    Adobe DNG Converter for Mac OS
    Adobe DNG Converter for Windows
    Also you may want to view this video which has become a sensation on the web:
    <http://www.youtube.com/watch?v=0bqGovpuihw>

  • DNG Converter 8.4

    Hello,
    Can anyone help? How do I get the DNG Converter 8.4 to see the source folder (select images to convert).  The .NEF raw files are on my card in my Nikon D3300 camera. I have the camera connected to my Mac but the DNG Converter can't see the camera with the .nef raw images.  I'm new to using DNG converter so I'm not sure if I am using it correctly.  Lightroom 5.3 sees the files but I keep getting a message, "the file is not recognized by the raw format support in Lightroom. Basically, I need to import the .NEF raw files off my camera to process in Lightroom and I am having difficultly importing the raw files.  If I have to have the .NEF raw files in a source folder, how do I get them into a source folder from the camera?
    Thank you!

    Simply go to the Lightroom menu and choose:
    Help >> Updates
    Install the latest version LR 5.7.1 and then there is no need to use the DNG converter. Your NEF's won't be recognized by 5.3 but they will be in 5.7.1

  • CS 4 and DNG Converter

    Hi,
    1) I'm trying to get my CS 4 work with DNG Converter but it seems hopeless. I've downloaded the ARC 5.7 and DNG Converter from the site but when I try to import a raw file via Bridge using the "Convert to DNG" function, it fails only saying "Convertion to DNG failed". I'm using Mac. The Photoshop CS 4 is a part of a "Master Collection"
    2) I've recently switched to Mac and would like to use my Elements 9 disc I bought for Windows about 6 months ago. Is it possible to find Elements 9 on the site? I've tried...and if I would find it, can I download a Mac version using my licence key?
    Thank you someone out there / Fredrik

    Freddy71 I would recommend posting your inquiry to the Camera RAW forum.

  • DNG converter dmg wont open

    DNG converter dmg wont open.
    Downloaded to desktop, Mac, double clicked said not recongnized. Any ideas. thanks!

    Where did you download the DNG converter from? It is possible that the downloaded file is corrupt. Which version of Photoshop you're going to use the DNG converter with? You may download one from this page:
    http://www.adobe.com/support/downloads/product.jsp?platform=Macintosh&product=106 for Mac
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5569 for Windows

  • DNG Converter 6.4 does not recognize any RAW files

    Hi,
    I have updated DNG Converter from 6.2 RC to 6.3 and 6.4. DNG Converter 6.2 RC from Adobe Labs recognizes all my RAW files (Canon PowerShot S50, PowerShot SX1IS, EOS 400D). The official releases of 6.3 and 6.4 do not recognize any RAW files of these cameras.
    I select a directory, where the raw files are located, but DNG Converter tells me that no files where selected. With 6.2 RC, I select the directory and everything just works fine.
    What's wrong with this picture?
    atb,
    MOS-6502

    Ahh, I forgot:
    System is Windows Vista Ultimate 32bit, patched up to date.
    atb,
    MOS-6502

  • Does DNG Converter 5.6 Alter WB Info of DMC-LX3 RW2s?

    I have converted a Panasonic DMC-LX3 generated ".RW2" to DNG using DNG Converter 5.6 for the exclusive purpose of being able to open it in the current version (2.1040) of Rawnalyze. The conversion prodeeds OK, and I am able to view the resulting DNG in Rawnalyze. It is my (humble, and barely-informed) understanding that the DNG Converter 5.6 performs de-mosaicing upon the RW2. However, I am uncertain as to:
    (1) Whether or not the DNG Converter 5.6 has altered any White Balance information contained in the original DMC-LX3 RW2 image-file; and
    (2) Whether any such alterations as described above in (1) result in an alteration of the "Shot WB Coefficients" (that I am assuming represent the DMC-LXW "raw" mode White Balance Scales) displayed when Rawnalyze is in Histogram display mode.
    My goal is to accomplish a "UniWB" scheme using the DMC-LX3 - by setting the "Custom White Balance" in the DMC-LX3 to a self-created color-target image displayed on my computer's LCD/TFT flat-screen display. See:
    http://ricohforum.com/phpbb/viewtopic.php?f=22&t=1556&start=50#p17852
    My original self-created color-target image was derived from the DxO Mark database for the DMC-LX3 Firmware Level 1.0 first published on or around November 17, 2008. See:
    http://ricohforum.com/phpbb/viewtopic.php?f=22&t=1556&start=40#p17389
    for my initial details (including a link to the DxO Mark database entry for the DMC-LX3).
    The DxO Mark White Balance Coefficients are: Red = 2.55; Green = 1.00; and Blue = 1.52.
    When I used the relative weightings listed directly above to create a color-target (using the DMC-LX3 at the latest Firmware Level 2.1, and using the "Standard Color" selection within the "Film Mode" settings: Contrast = 0; Saturation = 0; Sharpness = -2; and Noise Reduction = -2) ...
    the resulting DNG (converted from a DMC-LX3 RW2) shows "Shot WB Coefficients" as: Red = 1.0760; Green = 1.0000, Green = 1.0000; and Blue =1.1597 when viewed in Rawnalyze Histogram display mode.
    My first (humble, and barely-informed) assumption from the above result is that (perhaps) I need to re-scale the DxO Mark White Balance Coefficients used in my initial experiment by a factor equal to what Rawnalyze reports as the "Shot WB Coefficients". When I do such a re-scaling (shown here rounded to four digits following the decimal point - despite the fact that the original DxO Mark data is only precise to two digits following the decimal point), I get:
    Red = 2.370
    Green = 1.0000
    Blue = 1.3107
    I am thinking that I should make a new color-target for setting the DMC-LX3 Custom White Balance where the relative weighting of Red, Green, and Blue in the color-target reflects the above-listed modified RGB Coefficients. In fact, I did just that (as you will find if you read the first Ricoh Forum post that I cite above) ...
    However, I am (just barely) wise enough to recognize how little I know about these things (details surrounding "raw" image-files in general, the Adobe DNG Converter 5.6, and the very interesting Rawnalyze 2.1040. I want my action sand information disseminated to be accurate (for the benefit of my own DMC-LX3 "UniWB" implementation scheme, as well for the benefit of any readers who might assume that I actually may know something about what I am posting!).
    Gabor, I know that you are out there somewhere (it appears only a few hundred miles to the north of me in Seattle). I have been doing all the "Googling" and forum-reading that I can to try to understand the details of these matters (including reading your Rawnalyze on-line help information). If you have the time - would you be so kind to enlighten me as to what your understanding of these matters is (or, if possible, refer me to information sources where I might be able to be able to figure these specific questions out on my own). Many thanks!

    function(){return A.apply(null,[this].concat($A(arguments)))}
    It is my (humble, and barely-informed) understanding that the DNG Converter 5.6 performs de-mosaicing upon the RW2
    You could convert it in demosaiced format (it is an option under Preferences, if you select the compatibility as "Custom"); however, if Rawnalyze can display the DNG, then it is certainly not demosaiced.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Whether or not the DNG Converter 5.6 has altered any White Balance information contained in the original DMC-LX3 RW2 image-file
    The converter usually changes the temperature and tint; however, Rawnalyze displays the coefficients of the raw channels, which are stored in the raw file either by the camera or by the raw/DNG converter.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    the resulting DNG (converted from a DMC-LX3 RW2) shows "Shot WB Coefficients" as: Red = 1.0760; Green = 1.0000, Green = 1.0000; and Blue =1.1597 when viewed in Rawnalyze Histogram display mode
    This is not excellent, but not horrendeous either. Have you tried using a totally clipped raw image as white balance template? It works with some cameras, but not with all. Give it a try and post the results pls:
    a. shoot a white sheet with +4 EV bias,
    b. verify in Rawnalyze if everything was clipped,
    c. load that raw image in the camera as WB template,
    d. make a shot with "custom WB" or whatever the name of that option is with your camera, i.e. using the previous shot as WB template,
    e. verify the WB coefficients; they should be very close to 1.
    Gabor

Maybe you are looking for

  • Issue with fast refresh on a materialized view

    Hi, Oracle DB version is 10.2.0.3 We have a matierialized view created using this script. We have materialized view logs on these six tables. By default, it is set to ON COMMIT . When a batch job is run every morning (usually 100-200 records) we set

  • Edge Animate CC 2014.1 issues on Mac

    I am getting a lot of odd, glitchy issues when working with the latest version of Edge Animate CC 2014.1. The issues are varied and irregular such as: nested symbols displaying inside parents and out of position images in nested symbols displaying wh

  • After changing my 1st cartridge Envy 5530 printer wants to realign and scan each time it's turned on

    After changing my 1st cartridge Envy 5530 printer wants to realign and scan each time it's turned on.  When I do this, it says "Scan not detcted."  After a 2nd scan, it sets itself to default settings.  Then I can use the printer.  Is there a way to

  • Bdc  po line items

    hai friends, i getting answer for data format like  IN .txt file.   H123,787    I444,666   I333,890 BUT    i wants  code is like h i i i h i how will.  please write code brifley.

  • User Defined Attributes in Tree List

    Does anyone know what the User Defined Attributes is used for in the tree list (when in Create / Edit List Entry screen)? I'm trying to put a title tag on my list entries so I get a tooltip when hovering the mouse over each entry and thought this mig