Вопрос

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?

Это было полезно?

Решение

Understood.

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

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top