Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

sdfsdfsdfWhen using the Baton QC service in VidiNet from a VidiCore API instance, a Baton QC Test Plan must be provided as part of the Baton QC job instruction. A set of sample Baton QC Test Plans will automatically be added to your VidiCore API instance when launching the Baton QC service from the Vidinet Store.

For existing or advanced users of Baton QC, custom Test Plans from any on-prem Baton QC Enterprise system can easily be imported to VidiCore for use with the Vidinet Baton QC Service

Baton QC Test Plans are stored in VidiCore API on the endpoint:

Code Block
/API/analyze-preset 

Sample Baton QC Test Plans

Test Plan Name

Description

Generic

Has all the basic checks enabled, such as black/freeze frames, blockiness, RGB color gamut and signal level checks.

Download

GenericHDR

Same as the Generic plan, but made for HDR content.

Download

GenericPSE

Same as the Generic plan, but with Flashiness/PSE checks enabled

Download

XDCAM_HD_422_MXF_1080i50

Has specific checks for validating XDCAM HD content

Download

AS-11_UK_DPP_HD

Has all the checks for validating AS-11 UK DPP files

Download

Using custom Baton QC Test Plans (export - import)

Custom Test Plans from any onprem Baton QC Enterprise system can be used with the Baton QC service in Vidinet.

  1. Export your Test Plan XML from the Baton QC management user interface

    Image Added
  2. Paste the Test Plan XML into the AnalyzePresetDocument

Code Block
<AnalyzePresetDocument xmlns="http://xml.vidispine.com/schema/vidispine">
  <baton>
    <testPlan><![CDATA[<?xml version="1.0" ?>
	                                           <<<<<------- PASTE TEST PLAN XML HERE
  ]]></testPlan>
  </baton>
</AnalyzePresetDocument>

3. Add the Test Plan to your VidiCore API instance with the following command

Code Block
PUT /API/analyze-preset

Accepts: application/xml, application/json - AnalyzePresetDocument