Accurate.Video - Release Notes

Here you can find release notes regarding all Accurate Video products. Each release note will tell you highlights in each version, what's new and what's been fixed.

7.2.0

Released 2025-12-02
Highlights
  • JIT Solo/mute support
  • Better support for working with content with time codes going past midnight
Release notes

Accurate.Video

Features

  • Validate: The marker create/update form has been updated with new UI components for inserting timecodes. You can now click and drag to adjust a timecode, this will also seek the video to the adjustment position to easier preview the change.
  • Validate: The ad-break create/update form has been updated with new UI components for inserting timecodes. You can now click and drag to adjust a timecode, this will also seek the video to the adjustment position to easier preview the change.
  • Validate and Subtitle: It is now possible to insert timecodes spanning from the start time of the video and 24 hours past. Previously there were problems when crossing the 00:00:00:00 mark if you had a non-zero start time.
  • Validate: Sorting of markers by timecode now correctly orders markers even if the time code passes midnight
  • Validate: Solo/mute functionality now works when using the JIT player
  • Validate: Form validation now skips validating read-only fields (custom forms)
  • Subtitle: Clicking or double-clicking on a cue from a non-active subtitle file now activates that file
  • Auth: Added optional setting authentication.oidc.configUrl that can be used to load OIDC settings from a separate url
  • Auth: Add support for sending auth token in headers on ABR requests (HLS/DASH manifest and segment requests) and waveform requests

Fixes

  • Validate (LTA): Ad-break markers are now exported on publish and they can be read back again if they follow the same format as the published format
  • Validate: Auto-scroll sometimes not scrolling to the correct position
  • Validate: When using JIT, do not run getMediaInfo when switching to another video in media picker
  • Validate: Fixed issue with pre-sign url expiry when using relative media urls
  • Validate: Empty strings are now treated as empty values for custom forms
  • Validate: Only update relevant metadata when saving audio profile
  • Validate: Fixed issue with pre-sign url refresh not working for relative urls when the trackExtractor feature is used
  • Validate: Switching to a video file with no frame rate specified failed when using JIT
  • Validate (Adbreak workspace): Duplicate marker saved in firefox when using enter key
  • Subtitle: begin/end parsing fixed for subtitles with ttp:timeBase="smpte"
  • Subtitle: Clicking a cue while in edit mode for cues now focuses on the input field of that cue
  • Subtitle: Video sometimes seek to the wrong frame when changing in or outpoint by dragging
  • Other: The Docker container can now be stopped using SIGTERM. There was a bug causing “docker stop” to be slow at stopping the container due to SIGTERM being ignored.

Vidispine Adapter

Fixes

  • Return bulky metadata for markers if and only if bulky metadata keys are set
  • Fixed issue with pre-sign url expiry for discrete audio files.

Full Artefact Version List

Accurate.Video Frontend: 7.2.0
Accurate.Video PostgreSQL Adapter: 7.2.0
Accurate.Video Vidispine Adapter: 7.2.0
Accurate.Video Jobs: 7.2.0
Accurate.Video Analyze: 7.2.0

7.1.2

Released 2025-11-18
Highlights
  • Revert OIDC changes in docker initialization script for Frontend container
Release notes

Accurate.Video

Fixes

  • Revert OIDC changes in docker initialization script for Frontend container

Full Artefact Version List

Accurate.Video Frontend: 7.1.2

7.1.1

Released 2025-10-16
Highlights
  • Extended functionality of "components" query parameter
Release notes

Accurate.Video

Fixes

  • Validate: Initial audio muted state was not always applied correctly

Full Artefact Version List

Accurate.Video Frontend: 7.1.1

7.1.0

Released 2025-10-16
Highlights
  • Extended functionality of "components" query parameter
Release notes

Accurate.Video

Features

  • Validate/Subtitle: Extend functionality of "components" query parameter
    • Muted state for specific audio channels can now be specified
    • Individual muxed tracks can now be specified
    • The parameter is automatically updated when tracks are enabled/disabled and when muted state of channels is updated. This means that the enabled media is persistent on page reload.
    • Read more here about it in the documentation
  • Subtitle: the time expression format is now retained when timings (start, end) are updated
  • Subtitle: Add support for the frame query parameter which specifies the frame to seek to when loading the application. This parameter is automatically updated.

Fixes

  • Validate: switching to a video with an expired pre-signed url now refreshes the url and tries again
  • Validate: switching proxy now correctly retains the frame position
  • Subtitle: fixed parsing of subtitles with ttp:timeBase "smpte"

Full Artefact Version List

Accurate.Video Frontend: 7.1.0

7.0.0

Released 2025-09-30
Highlights
  • Breaking change: adapts to changes in the JIT Player API
  • Breaking change: change default authentication method to 'oidc'
  • Breaking change: this version of Edit is not backwards compatible with projects created with older versions of Edit
Release notes

Accurate.Video

Breaking Change

  • this release adapts to changes in the JIT Player API. To use Accurate.Video 7.0.0 with JIT you need to upgrade your JIT backend to version 1.0.0.
  • change default authentication method to 'oidc'. The previous default setting for authentication.method was 'keycloak' but has now changed to 'oidc'
  • this version of Edit is not backwards compatible with projects created with older versions of Edit, due to changes in how the timeline is stored

Features

  • added possibility to override container contents with file metadata. For vidispine adapter, this can be done by setting the file metadata field "av:containerOverride" with a string encoded JSON container object. The container object will be parsed and merged into the container object reported by the backend.
  • frontend/lta: set CSRF token in header if present in cookies on publish http call
  • Validate: take into consideration JIT configuration when prioritizing which video file to load
  • Validate: allow starting Validate without specifying container data when using JIT
  • Edit: add blur and pixelation effects
  • Edit: add fade in/out transition effects
  • Edit: support multiple audio and video layers
  • Edit: add ability to render a sequence via the vidispine adapter
  • Edit: rework how the insert mode works
  • Edit: add snapping to the timeline during move and resize
  • Edit: improve segment selection: selecting multiple segments, selecting ranges
  • Edit: only add audio or video when adding a segment
  • Edit: remove "set gaps" feature

Fixes

  • Subtitle: query parameters are now correctly merged if present in the publish url
  • Subtitle: now scrolls when cue is created even if video file duration is short
  • Validate: multi-track playback not working for audio tracks other than the first one
  • Validate: always expand missing values in setting apps.validate.audioFileDisplay template to empty string instead of sometimes expanding to the field name
  • Validate: marker list scroll to the top when a marker is deleted
  • Validate: focus on form in approve modal if it exist
  • Validate: clear metadata fields in the metadata tab now works again
  • Validate: the asset status comment field (defined by commentMetadataFieldName) is only pushed if it is included in one or more asset status form definitions
  • Validate: metadata tab now properly displays title oneOf values for arrays
  • Validate: safe areas no longer show if de-activated in user preferences
  • Validate: prevent setting file language from jit audio streams
  • Validate: allow switching between proxies with track extraction enabled
  • LTA: improve checking of session state changes
  • Edit: change source player marker filter button to use correct icon

Vidispine Adapter

Features

  • Implement item shape filtering

Fixes

  • Edit: fix rendering of transitions placed back-to-back

Full Artefact Version List

Accurate.Video Frontend: 7.0.0
Accurate.Video PostgreSQL Adapter: 7.0.0
Accurate.Video Vidispine Adapter: 7.0.0
Accurate.Video Jobs: 7.0.0
Accurate.Video Analyze: 7.0.0

6.0.3

Released 2025-07-02
Highlights
  • Bugfixes
Release notes

Accurate.Video

Fixes

  • Asset status comment now set on the correct metadata key

Full Artefact Version List

Accurate.Video Frontend: 6.0.3

6.0.2

Released 2025-04-30
Highlights
  • Bugfixes
Release notes

Accurate.Video

Fixes

  • Clear metadata fields in the metadata tab
  • Multi-track playback of mp4 proxies for audio tracks other than the first one

Full Artefact Version List

Accurate.Video Frontend: 6.0.2

6.0.1

Released 2025-04-30
Highlights
  • Add support for applicationFilters setting in subtitle application.
Release notes

Accurate.Video

Fixes

  • Add support for applicationFilters setting in subtitle application.

Full Artefact Version List

Accurate.Video Frontend: 6.0.1

6.0.0

Released 2025-04-22
Highlights
  • Breaking change (Postgres Adapter): increase minimum required database version to 13.0
  • Subtitle: add find & replace
Release notes

Accurate.Video

Features

  • Subtitle: add find & replace
  • Subtitle: remember activated audio tracks between page reloads
  • Subtitle: add warnings to subtitle cue list items
  • Validate: add support for applying channel count from Dash/HLS audio streams
  • Validate: add way to add separate waveform files per Dash/HLS audio track

Fixes

  • Subtitle: close publish modal on click outside the modal
  • Validate: the query parameters: vs-item-version, vs-metadata-revision and vs-prioritize-files are now relayed to the backend again
  • Validate: automatic selection of the first discrete audio is only performed on initial load
  • Validate: video border incorrectly sized in popout window
  • Validate: keep scroll position in marker list after creating a new marker

Postgres Adapter

Breaking change

  • Increase minimum required database version to 13.0

Full Artefact Version List

Accurate.Video Frontend: 6.0.0
Accurate.Video PostgreSQL Adapter: 6.0.0
Accurate.Video Vidispine Adapter: 6.0.0
Accurate.Video Jobs: 6.0.0
Accurate.Video Analyze: 6.0.0

5.22.1

Released 2025-04-02
Highlights
  • Bugfixes
Release notes

Accurate.Video

Fixes

  • Vidispine specific query parameter not passed to backend properly

Vidispine Adapter

Fixes

  • Asset APIs returns wrong essence version when query parameter vs-item-version is used

Full Artefact Version List

Accurate.Video Frontend: 5.22.1
Accurate.Video Vidispine Adapter: 5.22.1

5.22.0

Released 2025-02-18
Highlights
  • Launch of Accurate.Video Subtitle, the fourth Accurate.Video module. Empower content operators with tools to fix common subtitle issues related to spelling, positioning and timing
Release notes

Accurate.Video

Features

Fixes

  • Validate: markers are now pasted at the position of the CTI regardless of whether the paste action is performed before a seek action has finished or not
  • Validate: buttons for jumping between markers are now enabled even when no row is selected
  • Validate: itt subtitle files were listed twice in media tab
  • Poster: no longer seeks to the initial position when switching between "Capture" and "Edit & Create"
  • Poster: user setting "highlight edges" now works
  • Poster: snap selection is applied instantly (not only on mouse up)

Vidispine Adapter

Fixes

  • Improve vidispine search
  • Set subtitle container format for subtitle files with xml extension

Full Artefact Version List

Accurate.Video Frontend: 5.22.0
Accurate.Video PostgreSQL Adapter: 5.22.0
Accurate.Video Vidispine Adapter: 5.22.0
Accurate.Video Jobs: 5.22.0
Accurate.Video Analyze: 5.22.0

5.21.7

Released 2024-12-03
Highlights
  • Fix waveform handling when using Vidispine as backend
Release notes

Accurate.Video

Fixes

  • Vidispine waveforms:
    • add support for requesting waveforms for files with multiple muxed audio tracks
    • read itemTrack from file for the configured shape tag
  • Validate: end frame no longer lost when undoing a marker delete action
  • Validate: marker form validation was incorrect for points with the same timecode as the video start time

Full Artefact Version List

Accurate.Video Frontend: 5.21.7
Accurate.Video PostgreSQL Adapter: 5.21.1
Accurate.Video Vidispine Adapter: 5.21.6
Accurate.Video Jobs: 5.21.1
Accurate.Video Analyze: 5.21.1

5.21.5

Released 2024-09-17
Highlights
  • Video drop frame is correctly guessed from frame rate if drop frame is not specified
Release notes

Accurate.Video

Fixes

  • Validate: video drop frame is now accurately guessed using frame rate if drop frame is not specified on the file.

Full Artefact Version List

Accurate.Video Frontend: 5.21.5
Accurate.Video PostgreSQL Adapter: 5.21.1
Accurate.Video Vidispine Adapter: 5.21.1
Accurate.Video Jobs: 5.21.1
Accurate.Video Analyze: 5.21.1

5.21.4

Released 2024-09-02
Highlights
  • Markers created is now properly added to Validate.
Release notes

Accurate.Video

Fixes

  • Validate: markers now properly get its trackId set when created, fixing the issue where created markers don't show up in the timeline.

Full Artefact Version List

Accurate.Video Frontend: 5.21.4
Accurate.Video PostgreSQL Adapter: 5.21.1
Accurate.Video Vidispine Adapter: 5.21.1
Accurate.Video Jobs: 5.21.1
Accurate.Video Analyze: 5.21.1

5.21.3

Released 2024-08-29
Highlights
  • Marker metadata not in form is no longer cleared when editing a marker
Release notes

Accurate.Video

Fixes

  • Validate: metadata on a marker with data not in the marker form is no longer cleared when editing a marker

Full Artefact Version List

Accurate.Video Frontend: 5.21.3
Accurate.Video PostgreSQL Adapter: 5.21.1
Accurate.Video Vidispine Adapter: 5.21.1
Accurate.Video Jobs: 5.21.1
Accurate.Video Analyze: 5.21.1