Giter Club home page Giter Club logo

html-video-scrubber's Introduction

HTML video Scrubber

This repository contains and experimental HTML video scrubbar implementation which instead of placing video frames one by one until the scrubbar runs out of place slices the video into unit-sizes places and fill the scrubbar with the finest resolution possible preview.

The quest here is to explore how this looks, how useful or not it is and how helpful it might potentially be for viewing and editing user scenarios.

Try it

https://tomashubelbauer.github.io/html-video-scrubber

To-Do

Add a WebM version to support Safari which currently lacks VP9 support

Finalize the seeking filling version and add one for playing, too

Right now the seeking filling is like seeking but with the slice taken at the left edge instead of in the middle. It needs to be improved and maybe split into two variants: one which only draws the right side of the frame so it behaves the same way the seeking method does but gives more of a preview while being generated and another which draws the frame like the sliding one does, again just the portion to the right of the cursor, but the cursor pulses left to right based on the module, so I guess this might redraw already drawn parts to the left? We'll see, in any case, this will also give more preview while generating.

Ultimately this should be meaningless in case of offline generation (because the results is served finished anyway so preview while generating is useless), but it might be worth it for online generation and maybe the generated scrubbars will look better?

html-video-scrubber's People

Contributors

tomashubelbauer avatar

Watchers

 avatar  avatar  avatar

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.