...
For the new file name, if you’d like to modify the name you can type in your own string of characters or, if you’d like to include some portion of the file path in the transcoded file name you can use wildcards. The wildcard for the file name is simply [filename] while the wildcard for the file path is [../../dirname], where dirname represents the folder where the source file is located and each instance of ../ represents one directory above. So for example if your file path and name is E:\Connex Testing\Camera Media\Arri\A05_060422_DAY_13\A005A3XM\A005C001_220604_A3XM.mov and you want your name to be A05_060422_DAY_13_A005C001_220604_A3XM, for name you’d want to use the string [../dirname]_[filename] because the directory name is coming from the folder one level above the folder where the source file is located.
By default if you try to transcode a file to a location where another file with the same name already exists, the older file will be overwritten. If you’d rather the move fail when it finds an existing file with the same name, uncheck the box for “overwrite if exists.”
Choose your codec and quality setting but note that the transcode node does not do frame rate conversions. This means that if your source file is 1080i59.94, only codecs that support that resolution/frame rate will work properly. For frame rate conversions use Loki.
...
In this folder you’ll find audio configuration files for discrete, interleaved, mono and stereo. Choose the audio config that you’d like your new file to have.
To add a timecode burn, check the box for “burns.” You can add a visual timecode burn based on either the clip time, the run time or the frame number.
For tape name, if you leave the default of [tapename] the… If you’d like to modify the tape name you can type in your own string of characters or, if you’d like to include the file name or some portion of the file path in the tape name you can use wildcards. The wildcard for the file name is simply [filename] while the wildcard for the file path is [../../dirname], where dirname represents the folder where the source file is located and each instance of ../ represents one directory above. So for example if your file path and name is E:\Connex Testing\Camera Media\Arri\A05_060422_DAY_13\A005A3XM\A005C001_220604_A3XM.mov and you want your tape name to be A05_060422_DAY_13_A005C001_220604_A3XM, for tape name you’d want to use the string [../dirname]_[filename] because the directory name is coming from the folder one level above the folder where the source file is located.
...