Question

I am trying to batch convert a bunch of raw image files on OS X. I would like to use built-in software since it is possible.

First I would like to

  • let the user select the input folder containing the raw files;
  • create a new folder jpgs inside of that folder;
  • copy the raw files from the user selected folder into jpgs.

This is the workflow I have implemented so far in order to implement the first two steps.

Automator Workflow

First I let the user select a folder and store it into the variable NEF Folder. The I create a new folder named jpgs in the folder chosen by the user (NEF Folder).

BUT this is what the workflow does after selecting folder AAA on the Desktop:

Finder output

Why?

Was it helpful?

Solution

Understood.

The action New folder creates a folder and copies its input inside of the newly created folder.

OTHER TIPS

I have the same issue and solved it checking the box "Ignore this action's input".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top