Skip to content

Conversation

sundayglee
Copy link

For embedded subtitles in video files, skipping produces multiple subtitle objects on the screen make an illusion of repeated subtitles.
To prevent this, the changes in above code, accounts for the previous frame and check whether the previous and current text are the same or they differ.
If the text differ, it updates the subtitle, if the same, it ignores it.
There might be a better way to fix this, but, this is what i can do currently with my little knowledge on workings of QtAV library.

For embedded subtitles in video files, skipping produces multiple subtitle objects on the screen make an illusion of repeated subtitles.
To prevent this, the changes in above code, accounts for the previous frame and check whether the previous and current text are the same or  they differ.
If the text differ, it updates the subtitle, if the same, it ignores it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant