gst-plugins-rs/gst-plugin-gif
Markus Ebner 750b29b76c gif: Add initial implementation of a gif encoder
- Implemented a simple gif encoder based on the rust crate "gif".
- Currently supported input pixel formats are RGB and RGBA
- The encoder dynamically changes frame delays to approximate the actual
  input framerate
- For the moment, each frame uses its own local colorpalette, leading to
  good image quality, but big files
- Every frame is currently a full frame. No incremental frames for now
- The produced GIF is currently compressed (LZW)
2020-02-25 08:45:22 +00:00
..
examples gif: Add initial implementation of a gif encoder 2020-02-25 08:45:22 +00:00
src gif: Add initial implementation of a gif encoder 2020-02-25 08:45:22 +00:00
tests gif: Add initial implementation of a gif encoder 2020-02-25 08:45:22 +00:00
build.rs gif: Add initial implementation of a gif encoder 2020-02-25 08:45:22 +00:00
Cargo.toml gif: Add initial implementation of a gif encoder 2020-02-25 08:45:22 +00:00