Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `animated-avif.avif` and `green.avif` files are generated as follows: ```sh ffmpeg -loglevel error -hide_banner -f lavfi -i color=red:2x2 -frames:v 1 -y /tmp/red.png; ffmpeg -loglevel error -hide_banner -f lavfi -i color=green:2x2 -frames:v 1 -y /tmp/green.png; avifenc --duration 1 /tmp/red.png --duration 1800 /tmp/green.png /tmp/animated-avif.avif; avifenc --duration 1 /tmp/green.png /tmp/green.avif; ``` Allow differences of up to 3 per color channel
- Loading branch information