Fix incorrect PAR in qtblend transition - #1273
Conversation
|
@guiodic please review |
That looks like an excellent solution to me |
|
This change introduced a major regression reported here: I am going to revert it, but I wonder if I should revert 86b1877 as well. I reproduce it with a command line like: |
I presume the bug can be fixed without reverting [86b1877] that commit solves a worse bug. I will try tomorrow.
Good, I will test a couple of ideas. |
With the addition of
normalize_mlt_source_sizein 86b1877, the frames with a PAR != consumer PAR had their size adjusted twice, resulting in incorrectly sized images. A 1.3333 PAR 1440x1080 video (which should appear full screen in a 1920x1080 project) was scaled down and appeared with a large black border.Kdenlive bug #522730