vidispine / qc-theme

The VidiCore QC Theme is an application designed to visualize how a QC workflow can be built using VidiCore together with the Baton QC service in VidiNet. The application contains functions for uploading media files to VidiCore, starting QC jobs for files under VidiCore management, viewing QC results as timecoded metadata in the video player timeline, as well as ability to download native Baton QC reports in PDF and XML formats.

Home Page:https://vidispine.github.io/qc-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VidiCore QC Theme

See Knowledge Base for more information on the initial setup.

Quick Start

Clone the repository and navigate to the root. Start the application by running:

yarn install
yarn start

Then open http://localhost:3000/ to see your app. Any change made to the code will automatically update the application.

Build

Compile the application locally.

yarn build

Enable S3 CORS Policy

This must be set on the S3 bucket to allow playback of media using signed URLs.

<CORSConfiguration>
 <CORSRule>
   <AllowedOrigin>http://localhost:3000/</AllowedOrigin>
   <AllowedMethod>GET</AllowedMethod>
 </CORSRule>
</CORSConfiguration>

About

The VidiCore QC Theme is an application designed to visualize how a QC workflow can be built using VidiCore together with the Baton QC service in VidiNet. The application contains functions for uploading media files to VidiCore, starting QC jobs for files under VidiCore management, viewing QC results as timecoded metadata in the video player timeline, as well as ability to download native Baton QC reports in PDF and XML formats.

https://vidispine.github.io/qc-theme/

License:Other


Languages

Language:JavaScript 99.0%Language:HTML 0.9%Language:Shell 0.1%