< Previous | Contents | Next >
The Fields node
Fields Node Introduction
The Fields node is a robust multipurpose utility offering several functions related to interlaced video frames. It interpolates video fields into frames or video frames into fields. Although the interlace preference and method type is defined in the MediaIn or Loader, and generators, this node can be used to assist in the standards conversion of PAL to NTSC and provides the ability to process fields and frames for specific portions of a node tree.
This node can also interlace two separate images together into a single interlace image. The background input is the dominate field 1 and the foreground is field 2.
Inputs
The single input on the Fields node is used to connect a 2D image and an effect mask, which can be used to limit the blurred area.
— Stream1 Input: The orange background input is used for the primary 2D image that is interpolated or converted.
— Stream2 Input: The optional green foreground input is only used when merging two interlaced images together.
Basic Node Setup
The Fields node below is used to convert the background image from a PAL interlaced format to progressive frames.
The background image can be modified to various interlaced formats.
Inspector
The Fields Controls tab
Controls Tab
The Controls tab includes two menus. The Operation menu is used to select the type of field conversion performed. The Process Mode menu is used to select the field’s format for the output image.
Operatiion Mode
— Do Nothing: This causes the images to be affected by the Process Mode selection exclusively.
— Strip Field 2: This removes field 2 from the input image stream, which shortens the image to half of the original height.
— Strip Field 1: This removes field 1 from the input image stream, which shortens the image to half of the original height.
— Strip Field 2 and Interpolate: This removes field 2 from the input image stream and inserts a field interpolated from field 1 so that image height is maintained. Should be supplied with frames, not fields.
— Strip Field 1 and Interpolate: This removes field 1 from the input image stream and inserts a field interpolated from field 2 so that image height is maintained. Should be supplied with frames, not fields.
— Interlace: This combines fields from the input image stream(s). If supplied with one image stream, each pair of frames are combined to form half of the number of double-height frames. If supplied with two image streams, single frames from each stream are combined to form double-height images.
— De-Interlace: This separates fields from one input image stream. This will produce double the amount of half-height frames.
When selected, the Field Order or Dominance of the image will be swapped.