diff --git a/BililiveRecorder.WPF/Pages/AboutPage.xaml b/BililiveRecorder.WPF/Pages/AboutPage.xaml
index f64ed08..0f37e5b 100644
--- a/BililiveRecorder.WPF/Pages/AboutPage.xaml
+++ b/BililiveRecorder.WPF/Pages/AboutPage.xaml
@@ -120,7 +120,9 @@
-
+
+
+
diff --git a/README.md b/README.md
index d70a98a..8953425 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,12 @@ See [rec.danmuji.org](https://rec.danmuji.org) (in Chinese)
- Start recording automatically when stream starts
- Record multiple stream at same time
- Fix broken recording caused by broken bilibili stream server
-- Toolbox mode to fix broken bilibili stream recording recorded by other software*
-- Pure C#, no native dependency like ffmpeg
+- Toolbox mode to fix broken bilibili stream recording recorded by other software1
+- Pure C#, no native dependency like ffmpeg2
- Open source!
-*Only unprocessed flv file downloaded directly from stream servers can be fixed. If the file is downloaded or processed by FFmpeg it no longer can be fixed, FFmpeg will fvck up the already broken recording even further.
+1: Only unprocessed flv file downloaded directly from stream servers can be fixed. If the file is downloaded or processed by FFmpeg it no longer can be fixed, FFmpeg will fvck up the already broken recording even further.
+2: A minimal version of FFmpeg is bundled with the desktop edition of BililiveRecorder for the remux feature in toolbox.
## Develop & Build
diff --git a/README_CN.md b/README_CN.md
index 9e57b51..78a8db8 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -16,11 +16,12 @@
- 主播开播后自动开始录制
- 同时录制多个直播间
- 自动修复B站直播服务器导致的各种问题
-- 工具箱模式,用于修复旧版录播姬或其他软件录的视频文件*
-- 纯 C# 实现,无 ffmpeg 等 native 依赖
+- 工具箱模式,用于修复旧版录播姬或其他软件录的视频文件1
+- 纯 C# 实现,无 ffmpeg 等 native 依赖2
- 开源!
-*仅限未经处理的直接从直播服务器下载的原始FLV文件。 如果录播是用 FFmpeg 录制的或处理过的就无法修复了,FFmpeg 会进一步损坏有问题的文件。
+1:仅限未经处理的直接从直播服务器下载的原始FLV文件。 如果录播是用 FFmpeg 录制的或处理过的就无法修复了,FFmpeg 会进一步损坏有问题的文件。
+2:录播姬桌面版内含了一个 mini 版 FFmpeg 用于工具箱内的转封装功能。
## 开发 & 编译