Version 21.4

21.4

2021-11-26

HTTPS support in VSA

HTTPS is now supported in VSA by configuring a PKCS12 keystore:

tls=true
pkcs12File=/directory/of/keystore.p12
pkcs12Password=thekeystorepassword
pkcs12CertificateAlias=thealiasofthecertificate

Check this section for more info. (#197429)

Cloudconvert API v2 support

Support of Cloudconvert API V2 has been added. (#197500)

To setup a cloudconvert resource using the V2 API, add a version=2 property to the resource definition:

 <ResourceDocument xmlns="http://xml.vidispine.com/schema/vidispine" version="2">
   <cloudconvert>
     <apiKey>your-api-key</apiKey>
   </cloudconvert>
 </ResourceDocument>

Check this section for more info

New features

  • Be able to perform Vidinet Baton QC job on a component (#197441)
  • Support IAB track in IMF import (#197235)

Improvements

  • Solr: Improve cursor search speed on generic interval (#197486)
  • Remove extra cursor search request to the backend. (#197487)
  • Improve collection-to-collection joins search performance (#197484)
  • API request fails if the queryparam string exceeds 4000 chars (#191935)

Bug fixes

  • Always validating bucket region when using stsRegion (#197495)

Transcoder fixes

  • Support for extracting closed captions during shape deduction (#188066)
  • Thumbnail is 1 frame ahead of the persisted timecode in the URI (#189540)
  • Crop frames instead of scaling them if difference is only 1 pixel (#190419)
  • Support for deinterlacing in render jobs (#190537)
  • Audio/video is out of sync for certain mkv files (#190582)
  • FFmpeg upgraded from 4.3 to 4.4 (#190661)
  • Failures during poster generating for file, new demuxerSetting maxSourceWorkers added (#197661)
  • Transcoder crash on specific MXF source file (#197794)
  • Support to do rendering of sequences/transitions in YUV colorspace to improve performance (#190852)
  • Shape information says dropFrame=False even though it should be true (#197831)

Upgrading from 21.3

  • Run db migrate to update database schema