On Sun, Sep 11, 2011 at 5:05 PM, Brian Matherly <[email protected]> wrote:
>>>  Why did you not add #filedate# to the data_show filter? Is the
>
>>>  difficulty to integrate with Kdenlive and make formatting adjustable?
>>
>> Did you consider to make a filter_kdenlivetitle that would do keyword
>> substitution on text within kdenlivetitle XML? That way one could do
>> all the formatting and positioning visually using the Kdenlive titler.
>> Then, save title to a file and pass the filename to the filter.
>> Perhaps Kdenlive can also be enhanced to let you drag-n-drop a title
>> in its Project tree to a special widget in the Effect panel (there are
>> other uses for this capability).
>
> I really like the idea of reusing the Kdenlive titler.
>
> Let me make sure I understand:
> 1) Create a new filter in MLT called "filter_kdenlivetitle"

You will need to refactor the producer into a class usable by either service.

> 2) Enhance or reuse the Kdenlive titler dialog to create a custom kdenlive 
> title xml file

The titler can already save to and load from a .kdenlivetitle file.

> 3) Have Kdenlive pass the title xml file to the filter_kdenlivetitle filter 
> in MLT

Currently when you load from a title file, it copies the XML and puts
into the mlt+kdenlive xml project file - the filename is lost. You
could make DnD copy the XML, but what happens if you edit the clip? It
would have to recopy the XML from clip to filter, but it is feasible.
If you remove the clip from the project, the filter will still have
its XML. You could instead track the filename, but I think it will not
work well because editing the clip does not save back to a file and
probably should not.

> Is that what you have in mind?

yes

> What other uses can you think of?

Supply a custom image to the wipe transition.
Supply a custom image to the forthcoming filter mask instead of using rotoscope.

Maybe this is a bit too complicated for such a simple need.

-- 
+-DRD-+

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to