Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt Video Frame opacity #256

Open
Sash0check opened this issue Aug 18, 2023 · 0 comments
Open

Qt Video Frame opacity #256

Sash0check opened this issue Aug 18, 2023 · 0 comments

Comments

@Sash0check
Copy link

Hello, i'm using samle vlc with pyqt5. I can't change opacity of any video. It changes frame opacity, but when i load video opacity disappears

self.opacity_effect = QGraphicsOpacityEffect()
self.opacity_effect.setOpacity(0.3)
self.videoframe.setGraphicsEffect(self.opacity_effect)

But if i change opacity of window then video is transparent.

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

No branches or pull requests

1 participant