EXR Export Mac OS Folder

Hey logik !

I have a 100 clip EXR to export.
My client want each exr shot in a folder with is name.

I exported all the shot, selected one exr clip and use the “new folder with selection” option then I rename it. I had to repeat this process 100 times.

Is there a best way to do it ?

Thank you :slight_smile:

It would be interesting. I am in the same situation right now.

Not sure i’m understanding correctly but you have a long clip which you need to split into 100 clips?

I think I understand: You have several write nodes in Batch and want each Write node to generate a folder that contains each shot and the folder to have the correct name. Am I right?

I worked on 100 different clip, so I have 100 batch

I didn’t use write node, I use render node on all the clip and then export.

After the export I have thousand of file at the same place.

But my client want each exr shot to be deliver in an individual folder.

It’s a long process to create those folder in mac os and I’m looking to improve it.

Is flame able when exporting ( with write node /script / or render ) to generate a folder in the OS level based on the shot name with the exr shot inside and to do it with many shot a the same time ?

I Hope it’s clearer

Export with name field set to <name>/<name> or am I missing something?

That will put each sequence in a folder named the same as the sequence.

3 Likes

Exactly, this should work for you. I do this all the time. Just select all the renders at once and export them with this pattern.

2 Likes

Thank you it work perfectly !!
I’m going to have better days now ahah

4 Likes

Does the same trick works with the Write node?

1 Like

yes - you can add all kinds of clever tokens in a write file node.
try things like:

<project name>
<project nickname>
<name>

Write File Node Settings

2 Likes

Thanks Phil, will try it now.

1 Like

@julioleon - my default looks like this:

/PROJEKTS/<project nickname>/shots/<shot name>/media/renders/<name>_<version name>/<name>_<version name><frame><ext>

2 Likes

It works perfect! Thanks guys

1 Like