title: ShuffleOFX
media types:
Video experimental
description: Rearrange channels from one or two inputs and/or convert to different bit depth or components. No colorspace conversion is done (mapping is linear, even for 8-bit and 16-bit types).
version: 2
creator: mr.fantastic mrfantastic@firemail.cc
license: GPLv2
URL: https://openeffects.org/
title: Output Components
description:
Select what types of components the plug-in should output, this has an effect only when the Output Layer is set to the Color layer. This controls what should be the components for the Color Layer: Alpha, RGB or RGBA
type: string
readonly: no
required: no
default: RGBA
values:
title: Output Premult
description:
Set the premultiplication metadata on the output. This does not modify the data itself. The premultiplication metadata will flow downstream so that further down effects know what kind of data to expect. By default it should be set to Unpremultiplied and you should always provide the Shuffle node unpremultiplied data. Providing alpha-premultiplied data in input of the Shuffle may produce wrong results because of the potential loss of the associated alpha channel.
type: string
readonly: no
required: no
default: Unpremultiplied
values:
title: R
description:
Input channel for the output red channel
type: string
readonly: no
required: no
animation: yes
default: A.r
values:
title: G
description:
Input channel for the output green channel
type: string
readonly: no
required: no
animation: yes
default: A.g
values:
title: B
description:
Input channel for the output blue channel
type: string
readonly: no
required: no
animation: yes
default: A.b
values:
title: A
description:
Input channel for the output alpha channel
type: string
readonly: no
required: no
animation: yes
default: A.a
values:
title: Top-Left Origin
description:
Set to 1 to use MLT top-left image origin instead of the OFX bottom-left origin. Use for plugins that crash or produce incorrect output with negative row bytes.
type: boolean
readonly: no
required: no
minimum: 0
maximum: 1
default: 0
widget: checkbox
Subscribe to News via RSS.