[Mlt-devel] [mltframework/mlt] 1f97be: Change dynamictext not error-out on empty text.

2018-07-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 1f97be5321a3891c11989901df618abaf276f912 https://github.com/mltframework/mlt/commit/1f97be5321a3891c11989901df618abaf276f912 Author: Dan Dennedy Date: 2018-07-18 (Wed, 18 Jul 2018) Changed paths:

[Mlt-devel] Adjust playback speed/rate of entire playlist or tractor

2018-07-18 Thread Steve Rubin
I understand that the timewarp producer manipulates a producer's playback rate. Is there a way to adjust the playback rate of a higher order producer, e.g., a playlist or tractor? This would enable a straightforward implementation of a project-level playback speed option in a DAW/NLE (rather than

Re: [Mlt-devel] Adjust playback speed/rate of entire playlist or tractor

2018-07-18 Thread Dan Dennedy
Use mlt_producer_set_speed() on the tractor (or playlist as seen in melted): https://www.mltframework.org/doxygen/structmlt__producer__s.html#a15cb033f194e160cc9f62ce0b3080ff9 Despite the speed being a double, decimals digits are truncated, and speed less than one for slower than realtime are not

Re: [Mlt-devel] Adjust playback speed/rate of entire playlist or tractor

2018-07-18 Thread Steve Rubin
Thanks. I tried that function before, and from what I understand (from other threads in this mailing list), it doesn't support audio. Is that correct? On Wed, Jul 18, 2018 at 3:47 PM, Dan Dennedy wrote: > Use mlt_producer_set_speed() on the tractor (or playlist as seen in > melted): > https://ww

Re: [Mlt-devel] Adjust playback speed/rate of entire playlist or tractor

2018-07-18 Thread Dan Dennedy
Yes, that's correct. Well, to be more accurate, the current set of consumers does not support audio where the speed is not 1. It sounds like for what you want, some non-trivial analysis and changes are required. On Wed, Jul 18, 2018 at 3:55 PM Steve Rubin wrote: > Thanks. I tried that function

[Mlt-devel] [mltframework/mlt] 336263: Fix a_track of transitions matching deleted track.

2018-07-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 33626309279c140d24045ef7c177d69202e10cce https://github.com/mltframework/mlt/commit/33626309279c140d24045ef7c177d69202e10cce Author: Dan Dennedy Date: 2018-07-18 (Wed, 18 Jul 2018) Changed paths: