Hi,
I've so far read code Render::mltChangeClipSpeed() from Kdenlive and
scr/modules/motion_est/factory.c,
scr/modules/motion_est/producer_slowmotion.c from MLT. I also looked
wiki http://mltframework.org/bin/view/MLT/ProducerSlowmotion.
All I came up with was that I should do:
producer = mlt.Producer(profile, "slowmotion", path)
producer.set("resource", str(path + "?0.25"))
to create slowmotion clips, but this does not seem to work.
Could you show how this should be done? It also also seems that there
are slowmotion filters, should those be used instead?
I can usually decode this stuff from KDEnlive and Openshot, but now my
grepping fails me.
Janne
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel