mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use reference framerate as sampling rate (target FPS) for SubtitlesOctopus
This commit is contained in:
parent
2f6781a7c2
commit
36aa4dcd88
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ export class HtmlVideoPlayer {
|
||||||
dropAllAnimations: false,
|
dropAllAnimations: false,
|
||||||
libassMemoryLimit: 40,
|
libassMemoryLimit: 40,
|
||||||
libassGlyphLimit: 40,
|
libassGlyphLimit: 40,
|
||||||
targetFps: videoStream?.AverageFrameRate || videoStream?.RealFrameRate || 24,
|
targetFps: videoStream?.ReferenceFrameRate || videoStream?.RealFrameRate || 24,
|
||||||
prescaleFactor: 0.8,
|
prescaleFactor: 0.8,
|
||||||
prescaleHeightLimit: 1080,
|
prescaleHeightLimit: 1080,
|
||||||
maxRenderHeight: 2160,
|
maxRenderHeight: 2160,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue