Hello everybody.

Trying to make an "auto building" news player using mlt (melted), to
automate more than possible building of a breaking news session.

the idea is to provide only the bare news and have the player to add intro
+ news1 - 2 - etc outro AND have a looping logo overlayed until end.

<mlt>
>
>      <producer id="sigla_iniziale">
>        <property
> name="resource">/home/v1p3r/Video/news_auto_composer/00_sigla_inizio.mpg</property>
>      </producer>
>      <producer id="news01">
>        <property
> name="resource">/home/v1p3r/Video/news_auto_composer/01_notizia.mpg</property>
>      </producer>
>      <producer id="news02">
>        <property
> name="resource">/home/v1p3r/Video/news_auto_composer/02_notizia.mpg</property>
>      </producer>
>      <producer id="news03">
>        <property
> name="resource">/home/v1p3r/Video/news_auto_composer/03_notizia.mpg</property>
>      </producer>
>      <producer id="sigla_finale">
>        <property
> name="resource">/home/v1p3r/Video/news_auto_composer/99_sigla_fine.mpg</property>
>      </producer>
>      <producer id="news_logo">
>        <property
> name="resource">/home/v1p3r/Video/news_auto_composer/logo.mov</property>
>      </producer>
>
>      <playlist id="media">
>        <entry producer="sigla_iniziale"/>
>        <entry producer="news01"/>
>        <entry producer="news02"/>
>        <entry producer="news03"/>
>        <entry producer="sigla_finale"/>
>      </playlist>
>
>      <playlist id="overlay1" eof="loop">
>        <entry producer="news_logo"/>
>      </playlist>
>
>      <tractor id="tractor0">
>        <multitrack>
>          <track producer="media"/>
>        </multitrack>
>
>        <filter>
>          <property name="mlt_service">watermark</property>
>          <property
> name="resource">/home/v1p3r/Video/news_auto_composer/logo.mov</property>
>          <property name="composite.halign">l</property>
>          <property name="composite.valign">t</property>
>        </filter>
>      </tractor>
>
>  </mlt>
>

to have the spinning logo ov top i had to expicit it in the filter
porperty, but cannot understand why i got a black background on spinning
logo.

Is there a specific codec  for the MOV container that had the ability to
handle alpha channel?
-- 
Open TV Architecture project: http://sourceforge.net/projects/otva/

Messagenet VOIP: 5338759

YouTube Channel: v1p3r's lab

VIMEO HD videos: http://www.vimeo.com/user1912745/videos
------------------------------------------------------------------------------
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to