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 / core / producer_hold.yml
Size: Mime:
schema_version: 0.2
type: producer
identifier: hold
title: Still
version: 1
copyright: Meltytech, LLC
creator: Charles Yates
license: LGPLv2.1
language: en
tags:
  - Video
description: Repeat the same frame for the entirety of the clip.

parameters:
  - identifier: resource
    argument: yes
    type: string
    title: File/URL
    description: A file name specification, URL, or producer name:argument.
    required: yes

  - identifier: frame
    type: integer
    title: Frame number
    description: The frame number of the frame to repeat
    default: 0
    minimum: 0