qimage producer issue with webp images #1044
ShrugerXu
announced in
Announcements
Replies: 1 comment 1 reply
-
I performed a quick test on my Ubuntu 20.04.6 machine. Here is what I did:
The resulting file correctly showed the penguin image at 4 seconds (no white chunk). You are correct that we use Qt to decode the webp file. Maybe there is still a difference in the versions we are using. You could try running the Shotcut portable melt command in your docker image as a test to rule out the environment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm having issue compositing webp images, the second webp image of a track ("2_webp_ll.webp", shows up at approximately the 4th second of the output video mentioned below) becomes a white chunk under Ubuntu while normal under Windows, here are my melt commands:
Ubuntu (melt 7.28.0 docker image):
Windows (using melt.exe from Shotcut-240913):
At first I thought it was because of different qimage version between the two os, so I tried to build melt using qt6 under Ubuntu 24, but it turned out the same, white chunk still appeared.
I'm confused why there is such a difference, any advice would be very grateful.
images I use:
images.zip
output:
Beta Was this translation helpful? Give feedback.
All reactions