diff --git a/README.md b/README.md index c83b6b9..efdaad4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Q1. 大多数情况下,替换前置摄像头的视频需要水平翻转并右旋 Q2. 画面黑屏,相机启动失败? -A2. 目前有些应用并不能成功替换(特别是系统相机),但剩下的大多是由于视频**编码格式**不正确(并非封装格式),目前仅支持`H.264`编码格式。或者是因为视频路径不对。 +A2. 目前有些应用并不能成功替换(特别是系统相机)。或者是因为视频路径不对。 Q3. 画面花屏? diff --git a/README_en.md b/README_en.md index 3b96d1f..b3f754b 100644 --- a/README_en.md +++ b/README_en.md @@ -34,7 +34,7 @@ Q1. The problems of front camera? A1. In most cases , the video for replacing front camera need to be flipped horizontally and rotated right 90 degrees. The video's resolution **after being processed** need to same with that in toast message. But in some came, it doesn't need to make adjustment, so you need to judge it according to situation. Q2. Black screen ? Open camera fail ? -A2. Till now ,there are a few apps that can't be hooked, especially the system camera. But most of it caused by wrong encoding format (only support `H.264`). Or it caused by wrong `Camera1` directory. +A2. Till now ,there are a few apps that can't be hooked, especially the system camera. Or it caused by wrong `Camera1` directory. Q3. Blurred screen? A3. The resolution of video is wrong. diff --git a/README_tc.md b/README_tc.md index 1f5f98e..e28608d 100644 --- a/README_tc.md +++ b/README_tc.md @@ -34,7 +34,7 @@ A1. 前置攝影機方向問題? Q1.大多數情况下,替換前置攝影機的影片需要水准翻轉並右旋90度,並且影片***處理後***的解析度應與氣泡消息內解析度相同。 但有時這並不需要,具體請根據實際情況判斷。 Q2. 畫面黑屏,相機啟動失敗? -A2. 現時有些應用並不能成功替換(特別是系統相機),但剩下的大多是由於影片**編碼格式**不正確(並非封裝格式),現時僅支持`H.264`編碼格式。 或者是因為影片路徑不對。 +A2. 現時有些應用並不能成功替換(特別是系統相機)。 或者是因為影片路徑不對。 Q3. 畫面花屏? A3. 影片解析度不對。