UnityPlugin-AVProVideo
UnityPlugin-AVProVideo copied to clipboard
An option to play video frame by frame without skipping
Is your feature request related to a problem? Please describe. I need to be able to play video frame by frame without skipping (similar with the disabled "skipOnDrop" option in the default unity VideoPlayer).
Describe the solution you'd like It would be great to have an option like "PlayFrameByFrame" or something like this, or the API method "NextFrame()", any way would work for me.
Describe alternatives you've considered I've tried to use "timeScaleSupport" but it didn't allow me to display each video frame consequently. The SeekToFrameRelative(1) works but takes way too long to use in production.
Additional context My issue is similar to #782 and #598 but neither of these has a real solution.
Which platform are you targeting?
iOS, Android and probably PC/Mac Standalone
Could you give us more detail about why you need this/what you will use it for? It would be useful to know any specifics so we can get a better understanding of the feature you are requesting.
I'm trying to create an animation from video clip on device using Mediapipe PoseNet neural network so I need to process each frame one my one.
i have a same issue, but it's from the unity video player component. same issue occur at the video player component provided by the unity.