fvp
fvp copied to clipboard
Can you add frame preview operation
I see that there seems to be a frame preview function in the QtAV package. QtAV#438. Can this function of obtaining frame images of a certain time in the video be implemented in the FVP package? Or can I use other methods to achieve it?
Use a controller with additional options
seek to a certain time in paused state, and call controller.snapshot(). snapshot example