this other xml results in an overlayed (full screen) spinning logo (with alpha), but after the 50 frames of the animation the logo do not loops (eof="loop" not working?).
<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"> > <track producer="media"/> > <track producer="overlay1"/> > <transition id="transition5"> > <property name="a_track">0</property> > <property name="b_track">1</property> > <property name="compositing">0</property> > <property name="distort">0</property> > <property name="mlt_service">qtblend</property> > <property name="internal_added">237</property> > </transition> > </tractor> > </mlt> > is there a way to resize the MOV to his original size and place it on a specific screen position? (also to loop it endless will be apreciated) :D On Tue, Aug 2, 2016 at 6:03 PM, Federico Allegretti <allegf...@gmail.com> wrote: > 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 > -- 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