Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
shotcut / opt / Shotcut.app / share / mlt / opengl / transition_movit_mix.yml
Size: Mime:
schema_version: 0.1
type: transition
identifier: movit.mix
title: Dissolve (GLSL)
version: 1
copyright: Dan Dennedy
creator: Steinar H. Gunderson
license: GPLv2
language: en
tags:
  - Video
description: A simple video cross-fade or mixing effect.

parameters:
  - identifier: argument
    title: Mix Level
    description: Performs a dissolve if a mix level is not supplied.
    type: float
    minimum: 0
    maximum: 1
    mutable: yes

  - identifier: mix
    title: Mix Level
    description: Performs a dissolve if a mix level is not supplied.
    type: float
    minimum: 0
    maximum: 1
    mutable: yes

  - identifier: reverse
    title: Reverse
    type: integer
    mutable: yes
    description: >
      Reverse the direction of the transition.
    default: 0
    minimum: 0
    maximum: 1
    widget: checkbox