From e213055c51de7ba8b922cf9b97de23fac72bba9e Mon Sep 17 00:00:00 2001 From: Brian Sztamfater Date: Wed, 14 Jun 2023 09:22:26 -0300 Subject: [PATCH] Update README.md Added recommendations for better mp4 Android compatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e177656..ab813a3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Example of a mp4 video with alpha-packing: https://github.com/status-im/react-native-transparent-video/assets/18485527/69ea988e-0c7d-4123-84a1-1ca46b61994e +### Recommendations + +To achieve best compatibility across different Android devices and versions, please check the [video encoding recommendations](https://developer.android.com/guide/topics/media/media-formats#video-encoding) from the Android documentation portal. + ## Installation ```sh