diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js index 25932661b1..47cc00156f 100644 --- a/src/plugins/htmlVideoPlayer/plugin.js +++ b/src/plugins/htmlVideoPlayer/plugin.js @@ -1305,7 +1305,7 @@ export class HtmlVideoPlayer { dropAllAnimations: false, libassMemoryLimit: 40, libassGlyphLimit: 40, - targetFps: videoStream?.AverageFrameRate || videoStream?.RealFrameRate || 24, + targetFps: videoStream?.ReferenceFrameRate || videoStream?.RealFrameRate || 24, prescaleFactor: 0.8, prescaleHeightLimit: 1080, maxRenderHeight: 2160,