Menu

Is there any way to get every frame of video without rendering it?

Kirill
2015-11-10
2015-11-16
  • Kirill

    Kirill - 2015-11-10

    I have an OpenGL project where I should render every frame of video on specific surface. I've found that QtAV has possibility to get one frame using query (capture). But I haven't found any suitable method to get frame by frame.

     
  • wang bin

    wang bin - 2015-11-12

    You can create your own VideoRender subclass

     
  • wang bin

    wang bin - 2015-11-16

    or VideoFilter

     

Log in to post a comment.