2.0.3 • Published 2 years ago

videoframebyframe v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Getting Started with the video frame by frame component

This component displays a particular version of an HTML Video element which enables the display of video with the ability to advance or reverse the movie frame by frame.

In order to install this component simply execute the following command:

npm i videoframebyframe

Here is how you implement the component in your react code

import './App.css';
import FramedVideo from 'videoframebyframe/FramedVideo';

function App() {
  return (
    <div className="App">
      <div className="videoContainer"><FramedVideo src="blender.mp4"></FramedVideo></div>
    </div>
  );
}

export default App;

Here is a screenshot of the video controller:

Video screenshot

As you can see the frame forward and the frame backward appears on the bottom center of the screen. They appear only when the video is paused.

A working sample of this component can be seen here.

The sample video has been produced by: (CC) Blender Foundation | mango.blender.org

This component was made by Kobi Krasnoff

2.0.3

2 years ago

2.0.2

2 years ago

0.9.0

2 years ago

2.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

0.0.2

2 years ago

1.0.0

2 years ago