-
Worker Node Expressions and import issue
Hi all
I have the Cat DV worker node setup to watch a folder for ingest, and break down the elements of the parent folder into user fields.
The folder structure is:
/ingest/0001_snowman_peter
where
0001 = jon number
snowman = project
peter = clientI’m using the following expressions to break apart the folder name:
$q{s,^.*(S*)_(S*)_(S*)$,$1,}= job number
$q{s,^.*(S*)_(S*)_(S*)$,$2,} = project
$q{s,^.*(S*)_(S*)_(S*)$,$3,} = clientWhen the job runs, it adds the project and client fields but not the job number, and I can’t figure out why, anyone got any ideas?
Secondly, I’m transcoding the clips to Pro Res, but although the correctly converted clips get added to the catalog, the summary and technical info panels show the original format not Pro Res.
Again, I’m struggling to work out why.
I have media path set to converted file.
The only thing I can think of is that it’s doing the analysis in the pre-processing section, and not on the converted file.
In which case should I be doing the conversion in one job and then analysing and adding to the catalog in a second job?Thanks in advance.
David