Replies: 1 comment 1 reply
-
|
It is possible to display image with osd-overlay with lots of 1x1 px vector squares in ASS. It is the method used by fansubs to display images in ASS subtitles, but it will have bad performance. Alternatively you can compose the image and text to a single buffer off screen and display the whole as a single image overlay. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using an overlay to display an image, the text in the image display area will be covered.
According to the documentation, image-overlay will always override osd-overlay.
Beta Was this translation helpful? Give feedback.
All reactions