You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The OpenAPV supports the following features:
17
17
## APV codec
18
18
The APV codec is a professional video codec, which was developed in response to the need for professional level high quality video recording and post production. The primary purpose of the APV codec is for use in professional video recording and editing workflows for various types of content.
19
19
20
-
APV codec utilizes technologies known to be over 20 years to achieve a royalty free codec. APV builds a video codec using only conventional coding technologies, which consist of traditional methods published between the early 1980s and the end of the 1990s.
20
+
APV codec utilizes technologies known to be over 20 years old to achieve a royalty free codec. APV builds a video codec using only conventional coding technologies, which consist of traditional methods published between the early 1980s and the end of the 1990s.
21
21
22
22
The APV codec standard has the following features:
23
23
@@ -28,7 +28,7 @@ The APV codec standard has the following features:
28
28
- Support for various chroma sampling formats from 4:2:2 to 4:4:4, and bit-depths from 10 to 16
29
29
- Support for multiple decoding and re-encoding without severe visual quality degradation
30
30
- Support multi-view video and auxiliary video like depth, alpha, and preview
31
-
- Support various metadata including HDR10/10+ and user-definded format
31
+
- Support various metadata including HDR10/10+ and user-defined format
@@ -74,7 +74,7 @@ The APV codec standard has the following features:
74
74
## How to use applications
75
75
### Encoder
76
76
77
-
Encoder as input require raw YCbCr file (422, 444), 10-bit or more.
77
+
Encoder requires raw YCbCr file (422, 444), 10-bit or more, as input.
78
78
79
79
Displaying help:
80
80
@@ -119,8 +119,8 @@ For generating package ready for distribution (default deb) execute in build dir
119
119
120
120
## Versioning
121
121
122
-
This project is using folowing versioning scheme ``API-SET.MAJOR.MINOR.PATCH``. It's mostly based on Semantic Versioning with addition of ``API-SET`` on first place.
123
-
Project and library is following one common version number.
122
+
This project is using the following versioning scheme ``API-SET.MAJOR.MINOR.PATCH``. It's mostly based on Semantic Versioning with addition of ``API-SET`` on first place.
123
+
Project and library share a common version number.
0 commit comments