Re: [Mlt-devel] optimizing MLT's track compositing

2022-09-04 Thread jb
t; image format they request in a call to mlt_frame_get_image(). The idea > makes some sense, is easy to add, and can even be optional. However, > it seems it can be easily defeated as JB pointed out with "effects can > change the format of a frame." Still, it is a low impact, low e

[Mlt-devel] optimizing MLT's track compositing

2022-09-02 Thread jb
Hi all, In Kdenlive, we often have projects with multiple tracks, and track compositing is one of the bottleneck we have with MLT. Shotcut uses the frei0r.cairoblend transition for compositing. cairoblend first requests an rgba image for the top (b_frame), and checks if it really has transpare

Re: [Mlt-devel] MLT version 7 plans

2021-03-04 Thread jb
On mercredi, 3 mars 2021 07.28:51 h CET Dan Dennedy wrote: Hi Dan, all Thanks for sharing that with us ! > Brian has been working on time effects (i.e. keyframes for speed and > direction) for a good while now, and a couple of months ago I realized it > requires breaking the API. So, if we are g

[Mlt-devel] Some issues with the strobe filter

2021-01-11 Thread jb
Hi all, The strobe filter, recently added, seems to have a few issues, that I'd like to bring up so that we can either fix or blacklist it in Kdenlive: 1- It does not explicitly ask for the mlt_image_rgb24a image format, but only processes if the frame has this format. Is this the wanted beh

[Mlt-devel] avformat consumer duplicating last frame

2020-10-06 Thread jb
Hi all, While working on a Kdenlive rendering issue, I noticed that the avformat consumer duplicates the last frame on encoding. So the resulting file is 1 frame longer than wanted. This is easily reproducible with: melt color:red out=10 -consumer avformat:red.mp4 This produces a 12 frames

[Mlt-devel] Mlt::Properties pass_list not triggering property-changed

2020-07-24 Thread jb
Hi all, Looking at a timewarp producer issue in Kdenlive, I noticed that the MLT properties method "mlt_properties_pass_list" does not trigger a "property- changed" event. In Kdenlive, we use this "mlt_properties_pass_list" method to pass some properties on the producer. However, since the "pro

Re: [Mlt-devel] Crash in transition_mix

2020-02-27 Thread jb
On vendredi, 28 février 2020 00.48:20 h CET you wrote: > I think the fix should be in transition_mix.c. How about > > --- src/modules/core/transition_mix.c > +++ src/modules/core/transition_mix.c > @@ -141,3 +141,3 @@ static int transition_get_audio( mlt_frame frame_a, > void **buffer, mlt_audio

[Mlt-devel] Crash in transition_mix

2020-02-27 Thread jb
Hi all, Following a Kdenlive's bug report, I reproducer a crash in transition_mix when using a "consumer" producer is inserted in a playlist, if that producer has a different fps than current project. Problem is that in consumer_producer, we have that: static int get_audio(...) (...)    

[Mlt-devel] Issue with new consumer scaling feature

2020-01-17 Thread jb
Hi Dan, all, First, thanks a lot for implementing the much anticipated consumer scaling feature! Nice way to do it! While testing it, I noticed a problem with transitions. It seems like the "consumer_scale" property is not always properly propagated to the frames. Because of this, transitions

[Mlt-devel] Next MLT release?

2019-11-01 Thread jb
Hi Dan, all, We are approaching the dependency freeze for Kdenlive's 19.12 release and would very much like to have a new MLT release so that we can have the latest fixes and features. If possible, a fix for the luma compositing issue I mentionned here would be great: https://github.com/mltfr

[Mlt-devel] melt: add support for consumer in/out

2018-12-07 Thread jb
Hi, In shotcut, the tag is used in the playlist's xml to pass consumer arguments, allowing to render a playlist file with melt whitout passing extra arguments. I am considering using the same approach for Kdenlive, but there is one small missing feature for us: it would be useful to allow re

[Mlt-devel] Merging OpenCV tracker

2016-09-13 Thread jb
ce is here, I will fix the yml validation issue and review the code once more before merging. https://github.com/j-b-m/mlt/tree/opencv/src/modules/opencv Thanks Jb --

[Mlt-devel] Crash on wrong transition track

2016-01-10 Thread jb
e issue, like: if (a_track < 0) a_track = 0; if (b_track < 0) b_track = 0; But not sure how (and if) you want to handle it. Best regards, jb -- Site24x7 APM Insight: Get Deep Visibility into App

[Mlt-devel] Composite transition regression

2015-11-06 Thread jb
; operator=and " crashes. The regression was introduced by this commit: Use mlt_frame_get_alpha() instead of mlt_frame_get_alpha_mask(). https://github.com/mltframework/mlt/commit/ 8452d9f904ed281ddec892df7dcca63961ff903e Anybody has an i

Re: [Mlt-devel] Key-spill?!

2015-09-20 Thread jb
e): 0 75 150 filter sepia sepia sepia 1 The filter id is the effect name for MLT, and the parameters are "u" and "v" You can get infos a

[Mlt-devel] reporting consumer error with melt

2015-08-28 Thread jb
error ? Proposed change is here : https://github.com/j-b-m/mlt/commit/1154972284fde6b00672436e39555cefeb2c5d3b#diff-38cee7d1458c6bd684819f33a8e5e36a Let me know what you think about it or if there is another way to handle this. Thanks & regards jb (*) https://bugs.kde.org/show_bug.cgi?

Re: [Mlt-devel] Animation property in Kdenlive

2015-06-06 Thread jb
r what we want to achieve, so if you have a preference, I am fine with it. Once a solution is decided, do you need help to implement it ? regards jb > Alternatively, Mlt::Properties::get_animation returns a Mlt::Animation*, > for which there are only methods to fill the gaps in the propert

[Mlt-devel] Animation property in Kdenlive

2015-06-06 Thread jb
g on a new MltAnimation class that will be added to Mlt++ or do you have other ideas about how to implement this ? Thanks & regards jb -- ___ Mlt-devel mailing

Re: [Mlt-devel] Some feedback regarding OpenGL / Movit / Shotcut

2015-05-09 Thread jb
: // Save this frame for future use and to keep a reference to the GL Texture. m_frame = SharedFrame(frame); So my guess is that that shared frame holds some data, that at some point becomes corrupted. Hope it can help you, regards. jb ---

[Mlt-devel] Some feedback regarding OpenGL / Movit / Shotcut

2015-04-12 Thread jb
at, and having a qml scene on top of the monitor display opens some great possibilities. I still have several other issues that I will raise in the next days. best regards jb - backtrace for crash 2) in shotcut Thread 1 (Thread 0x77e07780 (LWP 6990)): #0 0x7ff

Re: [Mlt-devel] Freeze on image sequence

2015-02-17 Thread jb
On Tuesday 17 February 2015 23.29:55 jb wrote: > Please ignore my previous message, I cannot reproduce anymore. > This looks like some of my stuff needed to be recompiled. Well, seems like this is not the end of the story.. I can now reproduce the bug again, so if someone else can try...

Re: [Mlt-devel] Freeze on image sequence

2015-02-17 Thread jb
Hi, Please ignore my previous message, I cannot reproduce anymore. This looks like some of my stuff needed to be recompiled. Sorry for the noise. regards jb -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT

[Mlt-devel] Freeze on image sequence

2015-02-17 Thread jb
./.all.png -consumer sdl_preview Freezes on seek. I can try to debug it further this week-end if it helps. (1) https://github.com/mltframework/mlt/commit/87ad198c1b68cb17b140c8984f5f87dc85932b1e (2) https://bugs.kde.org/show_bug.cgi?id=343326 by the way, thanks for the 0.9.4 release! regards jb

[Mlt-devel] New MLT release ?

2015-02-14 Thread jb
last year's release. Do you think you will have time to make a release in the not too far future ? Thanks for all and hope you are fine. regards jb -- Dive into the World of Parallel Programming. The Go Parall

Re: [Mlt-devel] Speed effect losing video

2015-02-07 Thread jb
er producer, that are related to in/out points. I just submitted a pull request that should fix the problem: https://github.com/mltframework/mlt/pull/64 regards jb -- Dive into the World of Parallel Programming. The Go Pa

[Mlt-devel] MLT xml format question

2015-01-05 Thread jb
do you recommand ?Is "meta.kdenlive.xyz" ok or do you have other suggestions ? Best regards. jb -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership wi

Re: [Mlt-devel] Hello and mem leak

2014-04-13 Thread jb
and memleak in xgl consumer (and Kdenlive). I am using movit from today's git if it is relevant... I can mail you a sample clip if you need it. regards jb - - - - FFMpeg info about the clip - - - - - - Input #0, mpegts, from '00023.MTS': Duration: 00:00:14.02, start: 1.04, b

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-10-01 Thread jb
mization flag. My patch also fixes other mismatching sample rates, but I am almost sure that the bug was not there in previous versions of MLT, so before we change anything I want to try to find out which commit broke this stuff. I probably won't have time for this before friday, wi

Re: [Mlt-devel] Kdenlive build script

2011-11-14 Thread jb
able libxvid in FFmpeg (disabled by default). Attached is the new version that contains those 2 changes and an update to version number. regards jb build-kdenlive.sh Description: application/shellscript -- RSA(R) Confe

[Mlt-devel] Force image aspect ratio [PATCH­ ]

2011-01-04 Thread jb
Hi, As reported in the Kdenlive forum, the force_aspect_ratio property currently does not work for images. Attached is a patch that fixes this for the pixbuf and qimage producers. Regards jb diff --git a/src

[Mlt-devel] filter freeze fix [PATCH]

2010-12-12 Thread jb
Hi! Attached patch fixes an issue in the freeze filter that caused it to always fetch the "frozen" frame instead of using cache, causing flicker in previews. regards jb diff --git a/src/modules/kdenlive/filter_freeze.c b/src/modules/kdenlive/filter_freeze.c index 5a84973..3198

[Mlt-devel] AVFormat consumer not checking for write error

2010-12-07 Thread jb
Hi! As described in Kdenlive issue 1894 (*), the avformat consumer does not check for write errors, and writing to a full drive terminates successfully. The patch below somehow fixes the issue by checking the ret value, but I guess something better than exit(1) should be possible. regards jb

[Mlt-devel] Fix bug in kdenlivetitle module

2010-10-16 Thread jb
hen caused images to be embedded inside the kdenlive project file, causing problems like reported in this issue: http://kdenlive.org/mantis/view.php?id=1841 With the patch, titles loaded from a file will not copy the xmldata.

Re: [Mlt-devel] Rotating images according to EXIF data [PATCH]

2010-07-28 Thread jb
On Wednesday 28 July 2010 23.11:14 Dan Dennedy wrote: > On Wed, Jul 28, 2010 at 2:00 PM, jb wrote: > > On Tuesday 27 July 2010 00.21:46 j-b-m wrote: > >> So after a few changes, you can now check my new commit [1] that > >> integrates Exif reading in MLT. > &g

Re: [Mlt-devel] Rotating images according to EXIF data [PATCH]

2010-07-28 Thread jb
meta.attr stuff... So before doing any further work, I just wanted to ensure it's ok for you to go that way. regards jb -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring

[Mlt-devel] Region filter / transition issues

2010-06-21 Thread jb
t; a_track=1 b_track=2 in=0 out=100 gives a red circle with blue background, when the background should be green. I couldn't find a way to get the correct behaviour, so any hint or idea is welcome. regards jb -

[Mlt-devel] Transition region bug [patch]

2010-06-21 Thread jb
e day after the MLT release...). regards jb (1) http://github.com/j-b-m/mlt/commit/aa291a1b2cce4a69b0539b211c874702d89ceb49 -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Da

Re: [Mlt-devel] [ mlt-Bugs-3007837 ] mlt dosent compile

2010-05-30 Thread jb
_ > id=96039 My latest commit to my kdenlivetitle branch (1) fixes the issue as described in my comment to the bugtracker. regards jb (1) http://github.com/j-b-m/mlt/commit/8cd95080e58ae

[Mlt-devel] Crash in filter resize

2010-01-19 Thread jb
Hello! A short note to make you aware of a crash in current git when resizing some images. You can find an image & steps on how to reproduce in my comment to Kdenlive issue 1312: http://kdenlive.org/mantis/view.php?id=1312 I had a quick look but have no clues... regard

Re: [Mlt-devel] MLT in Ubuntu 9.10 / i386

2009-11-03 Thread jb
ow. I also saw similar issues on my laptop, and after several tests, it looks like it was related to the ATI driver (fglrx). Removing it fixed the issue (but it was also maybe related to another package being updated)... so I don&