/react-video-editor

A basic React video editor.

Primary LanguageJavaScript

React Video Editor

React Video Editor

A simple video editor with markers for a start and finish.

Listen to the onUpdate method for changes to the marker bounds.

<VideoEditor src="/path/to/file" preload={true} muted={false} onUpdate={this.onUpdate}  />