Replies: 3 comments 7 replies
-
The way to display video is with an Image that has a changing source. We have an example using ffmpeg in https://github.com/slint-ui/slint/tree/master/examples/ffmpeg and using gstreamer in https://github.com/slint-ui/slint/tree/master/examples/gstreamer-player |
Beta Was this translation helpful? Give feedback.
-
Currently, the performance of using the image element to play videos doesn't seem ideal. Are there any plans to provide a video element? |
Beta Was this translation helpful? Give feedback.
-
Perhaps the VideoOutput component in QML is what we need. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://slint.dev/success/sksignet-evcharger
The picture above is one of the screens on the address. If you look at the center of the picture on the left, it looks like a video, so I wonder how to implement it.
I tried to implement using gstreamerrate, but I noticed that I had to install LLVM, VCPKG, etc., and I tried to implement it after installing LLVM, VCPKG, etc., but I couldn't implement it for various reasons, such as the error that I couldn't keep finding the .dll file in vscode.
Can I ask you to share if you know how to implement a video in Slint or if anyone has sample examples?
Beta Was this translation helpful? Give feedback.
All reactions