j-b-m

Results 12 comments of j-b-m

Looks like the problem was the image being deleted in the exif rotation code while being used in a filter. I have now updated the QImage producer to use Qt's...

Yes sure no problem to disable the build by default. I plan to work again on the opencv module in the next months to add some more filters, but not...

In Kdenlive, we used the XML producer (in the same ways as Shotcut), for example to create a clip duplicate. We pass a producer through an xml consumer, then do...

I just added an option to adjust audio offset in Kdenlive, similar to what Shotcut does. Could you check if this allows you to solve you issue? Option is in...

On Freitag, 16. September 2022 21:42:26 CEST Dan Dennedy wrote: Thanks for the review. > @ddennedy requested changes on this pull request. > > > + type: integer > >...

On Freitag, 16. September 2022 22:55:44 CEST Dan Dennedy wrote: > @ddennedy requested changes on this pull request. Thanks for the review. > > @@ -252,6 +252,17 @@ static int...

So I have now updated my pull request taking Dan's comment into account. Here is a short overview of the performance gain and commands used on my system (10 years...

@ddennedy thanks for letting me know. If I am not mistaken, we avoid the problem in qtblend by checking if the display aspect ratio of the b-frame is different from...

Ok, so using the sample sine wav file provided in the Kdenlive bug report: [sine.flac](https://bugs.kde.org/attachment.cgi?id=119989) The problem can be reproduced using this melt command: `melt -profile atsc_1080p_60 sine.flac in=735 -consumer...

Unfortunately I don't have an Intel processor to test. I compiled OpenCV 4.12.0 with support for TBB enabled (version 2022.2), but no crash using your command when launched on an...