Hello everyone,

I have tried overlay multilingual text on a video using dynamictext filter.
And It worked with mlt version 0.8.7 but with mlt 0.8.8, in the resultant
video, I got rectangular symbols instead of original text.


I have tried with the following script

<producer in="0" out="120">
          <property name="mlt_service">colour</property>
          <property name="colour">0x86068eff</property>
          <filter>
            <property name="mlt_service">dynamictext</property>
            <property name="argument"><![CDATA[सत्यनारायण]]></property>

            <property name="halign">left</property>
            <property name="size">40</property>
            <property name="fgcolour">0xffffffff</property>
            <property name="weight">400</property>
            <property name="bgcolour">0x00000000</property>
            <property name="olcolour">0xffffff05</property>
            <property name="outline">1</property>
            <property name="geometry">45%/45%:100%/100%</property>
          </filter>
        </producer>

And this script has worked well with mlt version 0.8.7.
When I tried the same script with mlt 0.8.8, it gives the result as in the
image multilingual_result.png.

I have attached an multilingual_expected.png which I am expecting but I got
result like in the image multilingual_result.png.
Do I need to install any package to get unicode worked with MLT?

Thank you,
-- 
-Satya.

<<attachment: multilingual_expected.png>>

<<attachment: multilingual_result.png>>

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to