You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASS rendering depends on the original video’s storage resolution.
Even if we can somehow obtain the video resolution of the current associated video stream, this may not be correct if there are multiple resolutions available to choose from or resolution is dynamically adjusted for bandwidth. Thus JSO should at least (also?) provide a means for users of the regular JS interface to manually set storage size from e.g. some out-of-band metadata.
Currently all subtitles (without LayoutRes{X,Y}) for which libass’ fallback guess is wrong and use affected features thus render incorrectly.
The text was updated successfully, but these errors were encountered:
ASS rendering depends on the original video’s storage resolution.
Even if we can somehow obtain the video resolution of the current associated video stream, this may not be correct if there are multiple resolutions available to choose from or resolution is dynamically adjusted for bandwidth. Thus JSO should at least (also?) provide a means for users of the regular JS interface to manually set storage size from e.g. some out-of-band metadata.
Currently all subtitles (without
LayoutRes{X,Y}
) for which libass’ fallback guess is wrong and use affected features thus render incorrectly.The text was updated successfully, but these errors were encountered: