Hello, I'm trying to cut a video into frames and output each frame back into react native for processing I cannot find a way to do so.
My goal here is to take a stream from inside react native and then use FFmpeg to break it into frames and perform some task upon each frame, I guess I'm doing something wrong.
Hello, I'm trying to cut a video into frames and output each frame back into react native for processing I cannot find a way to do so.
My goal here is to take a stream from inside react native and then use FFmpeg to break it into frames and perform some task upon each frame, I guess I'm doing something wrong.