A TypeWriter effect for kdenlive and mlt using the TypeWriter library I developed for this purpose

2017-09-05 Thread Rafal Lalik
Hi guys! I am new here but would like to put my 5 cents into development of kdenlive and mlt. What I was seriously missing in kdenlive is typewriter effect. I know there was simple implementation in kdenlive but now is completely commented out, and I know that also mlt have some support for it,

Re: A TypeWriter effect for kdenlive and mlt using the TypeWriter library I developed for this purpose

2017-09-26 Thread Rafal Lalik
Hello again, I made some improvements and implement the typewriter effect as a real mlt effect. You can try it out by yourself. It means no more needs to play with original kdenlivetitle producer as a intended to do in the beginning. This typewriter can be used on every supported producer, but cur

Re: typewriter effect?

2017-10-04 Thread Rafal Lalik
Hello, actually there are no changes needed in kdenlive beside putting effect file into the installation. The only change I would propose in the code is to add CDATA section for storing xml data (without that, the deletion < character doesn't work). But if you urgently need a typewriter effect, f

Re: Kdenlive issue with last update and MTL V6.6.0

2018-03-02 Thread Rafal Lalik
I have a similar problem, though I don't think it is related to mlt-6.6.0. First, I am using gentoo, with qt-5.9.1, and mlt-6.6.0 (this I installed manually through portage). Here is the output of cmake: -- Found KF5 >= 5.23.0 enabling icon coloring -- Could NOT find KF5DocTools: found neither KF5

Resizing clips in refractoring_timeline branch

2018-03-02 Thread Rafal Lalik
Hi, In the kdenlive installed from master branch I can easily resize clip by grabbing left or right edge of the clip on the timeline and moving it around. But the same doesn't work in the refractoring_timeline. There is green or red marker for the beginning or the end of the clip respectively sho

refactoring_timeline branch and missing effects

2018-03-05 Thread Rafal Lalik
Hi, In the refactoring_timeline branch, some of the effect which are available in the master branch, are not available, e.g. my typewriter effect. Here is the part of the startup log: WARNING : Fails to parse "typewriter" WARNING : Fails to parse "audiochannels" WARNING : Fails to parse "audio

Selected zone rendering shorter than selected

2019-08-13 Thread Rafal Lalik
Hi, I have a project which is like 8 minutes long. I select the zone which spans from 3:04:18 to 7:01:22 so it is circa 4 minutes long. When opening render dialog and select the Selected Zone rendering, the video renders but is only 51 s long, ending exactly where I want but starting around 6:10.

Crash with transform filter

2020-07-05 Thread Rafal Lalik
Hi, I have a weird problem with transform filter. After applying it to an image, the playback causes abortion of kdenlive. i am able track the problem back to mlt. MWE is a project with still image (jpg). 1. Add an image to the track 2. Add transform effect 3. Try to play the clip in the t