Skip to content

Commit e321468

Browse files
authored
Update README.md
Fix typo
1 parent 19b8cb0 commit e321468

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
This is a [SDWebImage](https://github.com/rs/SDWebImage) coder plugin to add [AV1 Image File Format (AVIF)](https://aomediacodec.github.io/av1-avif/) support. Which is built based on the open-sourced [libavif](https://github.com/AOMediaCodec/libavif) codec.
1313

14-
This AVIF coder plugin support AVIF still image. Including alpha channel, as well as 10bit/12bit/16bit HDR images.
15-
16-
And, the new 0.9.0+ version add the support for AVIF sequence animated image! Including alpha channel, as well as 10bit/12bit/16bit HDR images.
14+
This AVIF coder plugin support AVIF still/sequence image. Including alpha channel, as well as 10bit/12bit/16bit HDR images. (The AVIF sequence animation is available from v0.9.0).
1715

1816
The AVIF encoding is also supported now. Which always encode as 8-bit depth images.
1917

@@ -27,11 +25,13 @@ Since we rely on the external codec libavif. We may periodically update the depe
2725

2826
## AV1 Codec
2927

30-
libavif is a still image codec. But AVIF is based on the AV1 Video standard. So it need a AV1 codec for support. This relationship is just like HEIF(image) and HEVC(video) codec.
28+
libavif is a image codec. But AVIF is based on the AV1 Video standard. So it need a AV1 codec for support. This relationship is just like HEIF(image) and HEVC(video) codec.
29+
30+
You can choose the codec and use `libavif` CocoaPods subspec to choose the one you'd like.
3131

3232
### aom
3333

34-
By default, libavif is built with [aom](https://aomedia.googlesource.com/aom/) codec support. aom is the first AV1 codec during the standard draft implementation.
34+
By default, libavif is built with [aom](https://aomedia.googlesource.com/aom/) codec support. aom is the first AV1 codec during the standard draft implementation. The aom support both decodinng and encoding
3535

3636
### dav1d (Decoding)
3737

@@ -43,7 +43,7 @@ From v0.3.0, libavif can built with dav1d. For CocoaPods user, you can simply us
4343

4444
### libgav1 (Decoding)
4545

46-
[libgav1](https://chromium.googlesource.com/codecs/libgav1/) libgav1 is a Main profile (0) & High profile (1) compliant AV1 decoder. More information on the AV1 video format can be found at aomedia.org.
46+
[libgav1](https://chromium.googlesource.com/codecs/libgav1/) is a Main profile (0) & High profile (1) compliant AV1 decoder. More information on the AV1 video format can be found at aomedia.org.
4747

4848
From v0.8.3, libavif can built with libgav1. For For CocoaPods user, you can simply use the subspec for this.
4949

@@ -70,8 +70,6 @@ git lfs install
7070

7171
From v0.8.3, libavif can built with STV-AV1. For For CocoaPods user, you can simply use the subspec for this.
7272

73-
### SVT-AV1
74-
7573

7674
## Requirements
7775

0 commit comments

Comments
 (0)