https://bugs.kde.org/show_bug.cgi?id=356564
Jean-Baptiste Mardelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #3 from Jean-Baptiste Mardelle <[email protected]> --- Yes, I also noticed the problem. In fact, it is caused by the proxy profile. Usually (at least with the default Kdenlive profile), we have a parameter like: - s 640x480 This forces a frame size on the rendered proxy file without bothering about the original clip's aspect ratio. I could fix the problem by changing the encoding proxy profile like this: -filter:v scale=640:-1 This should replace the '-s 640x480' part of the proxy profile. This means that FFmpeg will resize original clip width to 640 and automatically set the height to adjust to original aspect ratio. Could you please try and confirm if that fixes the problem ? -- You are receiving this mail because: You are watching all bug changes.
