Added support for customizable video-, audio- and subtitle file titles to include metadata values using %metadata:<field>`
See apps.validate.features.videoFileDisplay, apps.validate.features.audioFileDisplay and apps.validate.features.subtitleFileDisplay in Validate Settings.
When editing or creating a marker the data is persisted between identical form fields when changing track/form.
Add toggle switch for showing marker track colors in the marker table.
Hotkeys J and L will now start playback as well as de-/increase the playback rate.
Validate can now play muxed subtitles in mp4 proxies. The subtitles will be displayed in the "Media" tab under a new subsection "Muxed Subtitles". To enable this feature, see setting apps.validate.features.trackExtraction.extractSubtitles, refer to documentation for more information.
You can now have multiple subtitle types active at the same time. Previously apps.validate.subtitleTypes limited this be only allowing one subtitle type picked by the priority of the setting. This setting have now been removed and Validate will list all available subtitles.
Fixes
Exclude samples with value <= sampleMin (silence) from the calculation of combined decibel levels since they were affecting the combined level when they should not.
Fixed issue where subtitles was being duplicated when switching proxy.
Fixed the base order of editable metadata fields on uischema elements to keep the order of the fields consistent.
Fixed bug that caused the same waveform to display for all muxed tracks when using Accurate.Video Analyze as the waveform provider.
Improved error handling for waveforms, now handles failures of fetching waveform files more gracefully.
Extracted muxed audio tracks is no longer counted into the discrete audio track limit.
Deprecations
Deprecated the extractMuxedAudio setting, instead use the options for TrackExtractor in new trackExtraction setting.