<div dir="ltr"><div><div>Hi<br></div>I want to scroll some text on top of a video file, this works OK using textoverlay with position=absolute and modifying the deltax attribute to make it scroll.<br></div>If I use a really long text, it fits the width of the video and wraps to a new line, and also scrolls OK.<br clear="all"><div><div><div><br></div><div>My problem is that setting wrap-mode=none with really long text (that obviously doesn't fit in one line, hence the scrolling) pango throws a fit and does not render text</div><div><br></div><div>I get spammed to death with:</div><div>(python3:11404): Pango-WARNING **: pango-layout.c:3209: broken PangoLayout<br></div><div><br></div><div><br></div><div>My code is here: <a href="https://hastebin.com/voqebetalo.py">https://hastebin.com/voqebetalo.py</a></div><div>but the pipeline essentially is</div><div><br></div><div>filesrc ! decodebin name=decoder ! textoverlay ! autovideosink decoder. ! autoaudiosink</div><div><br></div>David<br></div></div></div>