org.kde.video icon indicating copy to clipboard operation
org.kde.video copied to clipboard

annoying transition (black screen) in video loop playback

Open R3D9477 opened this issue 4 years ago • 1 comments

Hello, I've noted the black screen between video ending and beginning.

R3D9477 avatar Jun 30 '20 07:06 R3D9477

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

u7i avatar Jul 14 '21 09:07 u7i