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
fix(subtitle): fix an issue where the first bitmap sub could not be displayed correctly
There was a problem that the first bitmap subtitle could not be displayed in the correct position
and size because it could not get the width and height of the video, due to the fact
that analyseduration and probesize are no longer increased.
This problem has been solved by caching the video size and using it.
SuRGeoNix/Flyleaf#502
// In aspect ratio like a movie, a black background may be added to the top and bottom.
125
132
// In this case, the subtitles should be placed based on the video display area, so the offset from the image rendering area excluding the black background should be taken into consideration.
0 commit comments