Hi,

I have a qml application that use video. I need to render a poster frame of
the video at variable position. It seems there is no easy way to do that
with Qt-Mobility : the only I've find is to reimplement
a QAbstractVideoSurface (so reinvent the wheel  because it' all done
in qpaintervideosurface that is private... with Opengl and shader to be able
to convert  from yuv), then render the video in a fbo and then grab the
result to a image  ... a Long process just for a poster frame :

Anybody has find a shorter way ?

Best regards
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback

Reply via email to