2.29.0 (December 6, 2024)
Changes
Video Processor V3 support (Beta)
AddProcessorOptions.outputFrameBufferContextType = 'bitmaprenderer'
is now supported on Safari and Firefox. (VBLOCKS-3643, VBLOCKS-3644)AddProcessorOptions.inputFrameBufferType
now has a new valuevideoframe
. On browsers that supportVideoFrame
, theinputFrameBuffer
argument ofVideoProcessor.processFrame()
will be aVideoFrame
. On other supported browsers, it will be anHTMLVideoElement
.AddProcessorOptions.outputFrameBufferContextType
now has a new valuebitmaprenderer
. Currently, this is only supported for Chromium-based browsers. On other supported browsers, it falls back to2d
.- Patched the build script to work around the issue: markdown-it/linkify-it#111.