On Wed, Jan 1, 2014 at 4:33 AM, Markus Kienast <elias1...@gmail.com> wrote:
> Hi Dan,
>
> can you imagine a way how to attach a UUID to the clips I feed to melted? I
> need to be able to differentiate between two elements in the playlist
> pointing to the same file.
>
> If that is not possible, could you imagine adding support for this
> additional attribute to melted? It would be very helpful and would eliminate
> the need to add any other attributes, as we can keep them in a separate
> place, creating the relation based on this UUID.
>
> I mainly want to use this UUID to determine where exactly I am at in my
> playlist in reference to a longer playlist kept in another place.
>
> My best regards and a happy new year,
> Markus

*Before* loading a producer, you can call USET U0 producer.UUID=foo
but I am not sure how you are going to read it. That is mainly for
setting MLT options.

See melted_unit.c:melted_unit_get_status(). A producer's "title"
property can override the clip name reported by the list and status
commands. This was mainly intended as a way to label MLT XML strings
sent to melted over MVCP, but I think you may be able to USET U0
producer.title=<UUID>

-- 
+-DRD-+

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to