From 239dc3d400b9a0e2d537c3807676f83ad642e944 Mon Sep 17 00:00:00 2001 From: Eugene Zemtsov Date: Wed, 3 May 2023 19:02:55 -0700 Subject: [PATCH] Update README.md Fix the list of supported encoder profiles in the README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb80cde64..130517d910 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ OpenH264 is a codec library which supports H.264 encoding and decoding. It is su Encoder Features ---------------- -- Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 macro-blocks) +- Constrained Baseline, Main and High profiles up to Level 5.2 (Max frame size is 36864 macro-blocks) - Arbitrary resolution, not constrained to multiples of 16x16 - Rate control with adaptive quantization, or constant quantization - Slice options: 1 slice per frame, N slices per frame, N macroblocks per slice, or N bytes per slice