CLI command
probierz readme-gif
Render a bounded, silent, looping GIF from one real journey recording and write its provenance sidecar.
Invocation#
probierz readme-gif --out <OUTPUT> <INPUT>Required inputs and options#
- `<video>` and `--out <file.gif>` are required.
- `--start` is non-negative; duration is 1–30 seconds, fps is an integer from 1–20, and width is an integer from 1–1200. `--force` permits replacement.
Output and state effects#
Uses ffmpeg to create the GIF and writes `<file.gif>.probierz.json` with source/output hashes, render settings, and required publication review checks. The source video is never modified.
Exact refusals#
- Missing input or output is refused as `readme-gif needs an input video` or `readme-gif needs --out <file.gif>`.
- Input must be an existing regular non-symlink file; output must end in `.gif` and differ from input.
- Existing output or sidecar is refused without `--force`; invalid numeric bounds and ffmpeg failures are explicit errors.
Source snapshot#
Generated from the Rust binaries at https://github.com/wisent-ai/probierz.git revision `f40fa7ed94a028b56b5a59342eaf55982ba5cf7d`.
Combined help SHA-256: `04bab0ac1e9691119efcb70627b534a73431f51bb44ed8ba81d93cc10afd6569`; binary SHA-256: `08424ee2465261eafaa112d13ef05a20ce1fe1b6479e896341e22fbc55e61d3e`.