AAF Audio Export
EXPORT · CLIENT · 6177b0db9086330001fdeb35
Nodes12
References5
Dynamic3
Errors0
Warnings0
Score80
Compatible
4.13.0
100%
12/12 ok
Issues
Show
| Severity | Type | Node |
|---|---|---|
| Compatibility | Compatibility: Wildcard Not In Selected Reference | wildcard · response.append(inputLine); |
Details{response.append(inputLine);} is used by this stream but is not listed in the Helmut4 4.13.0 wildcard reference. → Check whether the wildcard was removed, renamed, introduced in another Helmut4 version, or provided by a plugin. |
||
| Dynamic Reference | Dynamic Variable Reference | #5 Folder Exists Condition |
DetailsThe variable name contains a placeholder or dynamic expression, so the final key cannot be fully verified from the export alone. → Document the expected resolved values or add explicit definitions for the known runtime keys. |
||
References
Show
| Kind | Type | Key | Source | Node |
|---|---|---|---|---|
| Reference | Store Variable | PR {local.os} | Design | #5 Folder Exists Condition |
| Reference | Store Variable | PR {local.os} | Design | #6 Job Render AAF In Premiere Action V4 |
| Reference | Store Variable | PR {local.os} | Design | #9 Job Start Premiere Action V2 |
| Reference | Temp Stream Variable | job-audio-destination | Design | #6 Job Render AAF In Premiere Action V4 |
| Reference | Temp Stream Variable | job-audio-source | Design | #6 Job Render AAF In Premiere Action V4 |
Nodes
| # | Type | Title | Description | Summary | References | Issues |
|---|---|---|---|---|---|---|
| 0 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: No Premiere Pro instance was found on the render machine |
|
|
| 1 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: Successful exported audio AAF file |
|
|
| 2 | Action / General / Split Stream Action | Split Stream Action | Will split into a synchronous and an asynchronous way | success -> #11 Sleep Action failure -> #3 Job Status Update Action |
|
|
| 3 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: Starting audio export for AAF mixdown ... success -> #5 Folder Exists Condition |
|
|
| 4 | Action / Helmut / Job Status Update Action | Job Status Update Action | Will set a job's status | message: Problem exporting AAF via Premiere |
|
|
| 5 | Condition / Folder / Folder Multiple Exists Condition | Folder Exists Condition | Will check if one or more folders exist | folders: ['{path.split.0:-2.{store.variable.PR {local.os}}}'] condition: DOES_EXIST success -> #9 Job Start Premiere Action V2 failure -> #0 Job Status Update Action |
store_variable:PR {local.os} |
Dynamic Reference
|
| 6 | Action / Helmut / Job Premiere AAFRender Action V4 | Job Render AAF In Premiere Action V4 | Will create a new project to render an AAF file in Premiere (Panel required). Node result will be the destination file path. Adobe AAF documentation link https://helpx.adobe.com/premiere-pro/using/export-aaf-files.html | success -> #1 Job Status Update Action failure -> #4 Job Status Update Action |
store_variable:PR {local.os} stream_variable:job-audio-destination stream_variable:job-audio-source |
Dynamic Reference
|
| 7 | Action / Execute / Javascript Execute Action | Execute Javascript Action | Will execute javascript | script: // Easy math calculation in JavaScript Nashorn // Convert string input to a number var input = "4.3"; // Detect if th… success -> #8 Stream Set Temporary Variable Action failure -> #8 Stream Set Temporary Variable Action |
|
|
| 8 | Action / Helmut / Stream Set Temporary Variable Action | Stream Set Temporary Variable Action | Will set a temporary custom stream variable |
|
||
| 9 | Action / Helmut / Job Premiere Start App Action V2 | Job Start Premiere Action V2 | Will start Premiere and wait until it's ready (Panel required) | success -> #6 Job Render AAF In Premiere Action V4 failure -> #6 Job Render AAF In Premiere Action V4 |
store_variable:PR {local.os} |
Dynamic Reference
|
| 10 | Action / Execute / Javascript Execute Action | Execute Javascript Action | Will execute javascript | script: // Define the API endpoint and authentication. var url = "http://192.168.122.220/v1/members/auth/whoami"; // Replace wi… success -> #8 Stream Set Temporary Variable Action |
|
|
| 11 | Action / General / Sleep Action | Sleep Action | Will sleep for an amount of milliseconds |
|