fvp icon indicating copy to clipboard operation
fvp copied to clipboard

Can you add frame preview operation

Open ProgramerMartin opened this issue 8 months ago • 1 comments

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?

ProgramerMartin avatar Apr 18 '25 02:04 ProgramerMartin

Use a controller with additional options

seek to a certain time in paused state, and call controller.snapshot(). snapshot example

wang-bin avatar Apr 19 '25 11:04 wang-bin