Export to parent folder #1323
-
Hello I'm trying to get this structure automatically created by vidcoder when throwing the raw files at it :
I have not been able to make it work with "../" or the {parent} variable in the custom naming format parameter of the picker. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah, {parent} is just the name of the parent folder itself, so that wouldn't help you. Checking "Output to source folder if possible" and using |
Beta Was this translation helpful? Give feedback.
-
It works indeed.. not sure what i got wrong the first time 🤔 |
Beta Was this translation helpful? Give feedback.
Yeah, {parent} is just the name of the parent folder itself, so that wouldn't help you.
Checking "Output to source folder if possible" and using
..\{source}
as the custom file naming format worked for me.