The ffmpeg documentation on filters doesn't have anything on a clipping rectangle for drawtext. I'm hoping there might be a setting I can put before a video filter to set a clip rect, an undocumented feature or a clever workaround so that you can draw the text only within a certain bounding box on the output video.
I'm trying to overlay movie titles over a ticking clock video. These might be long and I don't want them to spill over onto part of the clock. I know how to overlay text already. I am currently working around this by using a shorter version of the title.
Is this something that requires filter graphs or intermediate video files or can it be done with a simple video filter?