UnityPlugin-AVProVideo icon indicating copy to clipboard operation
UnityPlugin-AVProVideo copied to clipboard

An option to play video frame by frame without skipping

Open Ommand opened this issue 3 years ago • 5 comments

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.

Ommand avatar Mar 14 '22 14:03 Ommand

Which platform are you targeting?

kahnivore avatar Mar 15 '22 08:03 kahnivore

iOS, Android and probably PC/Mac Standalone

Ommand avatar Mar 15 '22 08:03 Ommand

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.

kahnivore avatar Mar 15 '22 15:03 kahnivore

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.

Ommand avatar Mar 15 '22 16:03 Ommand

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.

choigawoon avatar Dec 20 '22 17:12 choigawoon