#๐ PyQt QGraphicsScene Render Scene As Video Format
5 messages ยท Page 1 of 1 (latest)
@stuck valley
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
I'm trying to allow the user to export the QGraphicsScene as an mp4 (video format), the items of the scene consists of QGraphicsVideoItem and multiple QGraphicsTextItem, I need to export the scene as it will allow the user to save the video with the text items allowing it to display at the correct start and end times. I've found one of the ways to do this but the issue is that it will take hours for a simple 5 seconds videos. Is there a more efficient way of doing this, without it taking so long?
@stuck valley
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.