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
All of the text in my text file would be scrolled when using the Scroll filter.
Current Behavior
After 670 characters in the file, the scroll loops back to the start of the file, ignoring the entire second half of my text file. How far the scroll goes into the file seems to be correlated to the size of the font chosen, with smaller fonts making it deeper into the file before being cut off and looping back to the start prematurely.
Steps to Reproduce
Create a new Text source, setting font size to 72.
Link that Text source to a .txt file that contains thousands of characters.
Set the horizontal scroll speed to any positive number.
Have the Text source span the width of the layout (in my case, 1920 pixels)
Observe: the scroll will not go through the entire contents of the text file.
Set the font size to a slightly smaller number, like 64.
Observe: the scroll makes it slightly farther in the file, but still doesn't make it through all the text.
Anything else we should know?
I believe this may be related to the apparent upper bound of 8000 for a width on the Text element?
The text was updated successfully, but these errors were encountered:
Go1den
changed the title
Scrolling text gets cut off after ~670 characters or so
Scrolling text gets cut off after a certain number of characters in the text file based on what font size is chosen for the Text element
Dec 23, 2023
This is likely due to how much text at your selected font size can be rendered into the maximum texture size (16384 pixels in any dimension, in your case). Past that, the texture of the text source ends, and nothing else will fit into it. I don't know that there is a sane way to detect that your text has run off the texture.
That seems to match up with what I was thinking was happening. Is there a way to override the maximum texture size? I tried setting the cx to 24000 in the scene json, but that didn't seem to do anything.
That seems to match up with what I was thinking was happening. Is there a way to override the maximum texture size? I tried setting the cx to 24000 in the scene json, but that didn't seem to do anything.
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
30.0.2
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/pTH1Is3dWMqwJGfH
OBS Studio Crash Log URL
No response
Expected Behavior
All of the text in my text file would be scrolled when using the Scroll filter.
Current Behavior
After 670 characters in the file, the scroll loops back to the start of the file, ignoring the entire second half of my text file. How far the scroll goes into the file seems to be correlated to the size of the font chosen, with smaller fonts making it deeper into the file before being cut off and looping back to the start prematurely.
Steps to Reproduce
Anything else we should know?
I believe this may be related to the apparent upper bound of 8000 for a width on the Text element?
The text was updated successfully, but these errors were encountered: