Baseflow / Baseflow/screenrecorder
Support export as mjpeg
Open
- Dominant language
- Dart
- Stars
- 77
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.