On Di, 2.06.2015, 15:34, Alexander Wolf wrote:
> Hi!
>
> 2015-06-02 19:20 GMT+06:00 Georg Zotti <georg.zo...@univie.ac.at>:
>
>> During the Qt4->Qt5 migration video support was disabled because Phonon
>> was dropped. Is there a replacement possible?
>
>
> Yes, it possible through QMediaPlayer -
> http://doc.qt.io/qt-5/qmediaplayer.html

Yes, but you have to setVideoOutput() with some QVideoWidget,
QGraphicsVideoItem  or QAbstractVideoSurface. This will have to paint over
(or better yet, mix or fade-over on start/end?) with the OpenGL content. A
solution in screen space would be sufficient for me, playing videos on a
spherically distorted scene not required (but of course even better).
Which class would be best for this and will it work at all?

Kind regards,
Georg



------------------------------------------------------------------------------
_______________________________________________
Stellarium-pubdevel mailing list
Stellarium-pubdevel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stellarium-pubdevel

Reply via email to