Re: [Mlt-devel] Line Breaks in DynamicText

2013-01-29 Thread Brian Gottesman
Ah, great. That should do it. Thanks! >I don't see any way to create a background color for the text using the > watermark filter. That's why I've been using DynamicText, to set > background color/alpha and padding. Am I missing something? > > > Yes, you are missing something. The dynamictext

Re: [Mlt-devel] Line Breaks in DynamicText

2013-01-29 Thread Brian Matherly
>I don't see any way to create a background color for the text using the >watermark filter.  That's why I've been using DynamicText, to set background >color/alpha and padding.  Am I missing something? Yes, you are missing something. The dynamictext filter is a subset of the watermark filter.

Re: [Mlt-devel] Line Breaks in DynamicText

2013-01-29 Thread Brian Gottesman
I don't see any way to create a background color for the text using the watermark filter. That's why I've been using DynamicText, to set background color/alpha and padding. Am I missing something? Brian, > > >Is it possible to force a line break in the text supplied to the > DynamicText filter?

Re: [Mlt-devel] Line Breaks in DynamicText

2013-01-28 Thread Brian Matherly
Brian, >Is it possible to force a line break in the text supplied to the DynamicText >filter?  For example, let's say I wanted the text overlay to look like this. > >Line 1 >Line 2 >Line 3 > >In some environments I could do "Line 1\nLine 2\nLine 3".  It appears that >DynamicText doesn't recogni

[Mlt-devel] Line Breaks in DynamicText

2013-01-28 Thread Brian Gottesman
Is it possible to force a line break in the text supplied to the DynamicText filter? For example, let's say I wanted the text overlay to look like this. Line 1 Line 2 Line 3 In some environments I could do "Line 1\nLine 2\nLine 3". It appears that DynamicText doesn't recognize the "\n". Is the