Skip to content

Commit

Permalink
Move -q option in avifenc example in README (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Jan 3, 2025
1 parent 9903d99 commit 021a110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and features are added.
## Command line tool usage

```sh
avifenc input.[jpg|png|y4m] -q 75 output.avif
avifenc -q 75 input.[jpg|png|y4m] output.avif
avifdec output.avif decoded.png
```

Expand Down

0 comments on commit 021a110

Please sign in to comment.