Skip to content

bento-video/bento-dashboard

Repository files navigation

Bento Dashboard

Deployment

Bento Dashboard provides a simple interface to use all the features of a deployed pipeline. Bento Dashboard is built in React with an Express backend that can be run locally for individual use, or deployed to Amazon EC2 for organizational use.

To install and deploy the dashboard, first ensure you have installed Bento's pipeline - you will require some of the resources from the pipeline installation in the following steps.

The deployment guide (steps one through four) includes a walkthrough to containerize the Express app for easy deployment on EC2 or any other cloud computing platform. Steps five onwards details how to deploy React files on EC2.

Using Bento Dashboard

Uploading videos

Once installed, navigate to your Dashboard. From there, upload any videos you'd like to transcode via the Add a Video button. Your videos are uploaded to a private bucket in your AWS S3 account.

Bento supports videos up to 2 GB in the following common formats: .mp4, .mkv, .mov, .3gp, .ts.

Steps

• Navigate to the dashboard and click the Add a Video button

• Select a video to upload

• The upload may take some time for large files. When the upload has completed, the video's details will appear.

Transcoding a video

From the dashboard, click on a video you've uploaded to see the Video page. A Video page shows details about the original video you uploaded, as well as any versions of the video you've transcoded. At this time, Bento supports .mp4 output at a variety of common resolutions. Follow these steps to transcode a new video.

Steps

• Click on create a new version

• Select the resolution you would like to transcode to and click Begin Job

• Grab a coffee. Most video files take less that a few minutes to transcode!

Deleting a video

You can delete versions of a video you've transcoded, or the original video you uploaded. Deleting the original video will also delete all versions of the video you've created, so make sure to back them up before taking this action.

Steps

• Click the Delete button next to any version you've created to delete that version

• Click the Delete button to the right of the original video's details to delete that video and all versions you've created

About

React frontend to interact with Bento pipeline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published