org.kde.video
org.kde.video copied to clipboard
annoying transition (black screen) in video loop playback
Hello, I've noted the black screen between video ending and beginning.
Hello, this behavior can be fixed by setting the correct flushMode:
- QtMultimedia < 5.14 - by replacing MediaPlayer and VideoOutput with the Video class
- QtMultimedia >= 5.14 - by adding flushMode param to the VideoOutput