screenrecorder icon indicating copy to clipboard operation
screenrecorder copied to clipboard

Support export as mjpeg

Open ueman opened this issue 3 years ago • 0 comments

mjpeg is a video format which basically consists of an array of jpegs. An encoder for should be fairly easy to write in Dart. There are a couple of implementations in various other languages which can be used as a starting point.

  • https://github.com/jcodec/jcodec/tree/master/src/main/java/org/jcodec/codecs/mjpeg
  • https://github.com/lessthanoptimal/BoofCV/blob/v0.26/main/io/src/boofcv/io/video/CreateMJpeg.java

ueman avatar Jan 11 '23 06:01 ueman