ez-ffmpeg 0.12.1

A safe and ergonomic Rust interface for FFmpeg integration, designed for ease of use.
1
2
3
4
5
6
7
8
9
10
11
12
# gif_export

High-quality animated GIF export via `recipes::animated_gif`. Wraps the
`fps,scale,split[a][b];[a]palettegen[p];[b][p]paletteuse` filtergraph and the
`gif` muxer behind a small `GifOptions` struct (fps, width, trim, dither,
`max_colors`, loop count).

```bash
cargo run --example gif_export
```

Expects a `test.mp4`; writes `output.gif`.