Preserving Folder Structure / Hierarchy
I have files nested into an organizational hierarchy.
I want to transcode these files into a destination folder that then recreates the hierarchy.
For example:
SOURCE --> A CAM --> A001 --> Take1, Take2
SOURCE --> A CAM --> A002 --> Take1, Take2
would transcode to:
TRANSCODE --> A CAM --> A001 --> Take1, Take2
TRANSCODE --> A CAM --> A002 --> Take1, Take2
Is there a way for this to happen automatically, without me having to manually create the folder structure on the destination side, and direct each source to the corresponding destination?
Thanks!
