Search Unity

Video Need to extract every frame from a mp4 video

Discussion in 'Audio & Video' started by JoakimOlsson, Aug 6, 2019.

  1. JoakimOlsson

    JoakimOlsson

    Joined:
    May 20, 2019
    Posts:
    11
    I need to extract every frame from a mp4 video clip. I tried using Unity's VideoPlayer but I could not get it to advance the frame count multiple times in a single update (is it possible?). Is anyone aware of a solution to this, some plugin that allows me to load a mp4 and accurately extract multiple frames in a row?