Giter VIP home page Giter VIP logo

clapper-playback-speed-plugin-extended's Introduction

clapper-playback-speed-plugin-extended

Project Url : https://github.com/Lethea/clapper-playback-speed-plugin-extended

Plugin for Clappr

Requirements

Development

For npmjs npm i clapper-playback-speed-plugin-extended open folder node_modules/clapper-playback-speed-plugin-extended

yarn install
yarn dev

Build

yarn build

Usage

You can take the js file from dist folder directly or build and copy the file

<script src="clappr.js"></script>
<script src="playback.js"></script>
<script>
new Clappr.Player({
  source: "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4",
  poster: "https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/HelloWorld.svg/512px-HelloWorld.svg.png",
  parentId: "#player",
  ...
  plugins: [PlaybackSpeedPlugin],
  playbackSpeedPluginConfig: {
          playbackSpeeds: [
            {value: 0.25, label: '0.25x'},
            {value: 0.5, label: '0.5x'},
            {value: 0.75, label: '0.75x'},
            {value: 1.0, label: 'Normal'},
            {value: 1.5, label: '1.5x'},
            {value: 2, label: '2x'},
            {value: 3, label: '3x'},
          ],
        }
});
</script>

Sample

Support

[email protected]

This is extended version of https://github.com/Viewly/clappr-playback-speed

clapper-playback-speed-plugin-extended's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clapper-playback-speed-plugin-extended's Issues

Is this repository maintained?

Hello,
I tried to install the plugin, but it does not seem to work with the latest clappr version. There have been no commits lately, so I wanted to ask if this plugin is maintained or accepting PR? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.