So I have a scenario in one of my web app where I record a widget using screen_recorder package. I have modified the code to give me list of images in ByteData format. So I want to convert this set of images into a video using this package and get the output file as mp4 which I will be uploading to the server.
How can I achieve this?
Any tips or ideas?