I'm trying to convert a file to a list of image file. Ideally with an option to extract a frame every X milliseconds.
Do you know if it possible to do so with flutter using ffmpeg?
Been trying with export_video_frame plugin but it is very slow and not stable.