arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.52k stars 603 forks source link

Cut a video into frames #1055

Open cavadibrahimli1 opened 1 month ago

cavadibrahimli1 commented 1 month ago

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.