mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
Update README.md and about page
This commit is contained in:
parent
06a4c59bb7
commit
c30ecb83ff
|
@ -120,7 +120,9 @@
|
|||
<TextBlock Text="{l:Loc About_LibrariesUsed}" FontSize="22"/>
|
||||
<ListView Grid.Row="1">
|
||||
<ListView.Items>
|
||||
<Label Content="GitVersion"/>
|
||||
<Label Content="CliWrap"/>
|
||||
<Label Content="FastHashes"/>
|
||||
<Label Content="GitVersion.MsBuild"/>
|
||||
<Label Content="Hardcodet.NotifyIcon.Wpf"/>
|
||||
<Label Content="HierarchicalPropertyDefault"/>
|
||||
<Label Content="JsonSubTypes"/>
|
||||
|
|
|
@ -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 software<sup>1</sup>
|
||||
- Pure C#, no native dependency like ffmpeg<sup>2</sup>
|
||||
- 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.
|
||||
<sup>1</sup>: 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.
|
||||
<sup>2</sup>: A minimal version of FFmpeg is bundled with the desktop edition of BililiveRecorder for the remux feature in toolbox.
|
||||
|
||||
## Develop & Build
|
||||
|
||||
|
|
|
@ -16,11 +16,12 @@
|
|||
- 主播开播后自动开始录制
|
||||
- 同时录制多个直播间
|
||||
- 自动修复B站直播服务器导致的各种问题
|
||||
- 工具箱模式,用于修复旧版录播姬或其他软件录的视频文件*
|
||||
- 纯 C# 实现,无 ffmpeg 等 native 依赖
|
||||
- 工具箱模式,用于修复旧版录播姬或其他软件录的视频文件<sup>1</sup>
|
||||
- 纯 C# 实现,无 ffmpeg 等 native 依赖<sup>2</sup>
|
||||
- 开源!
|
||||
|
||||
*仅限未经处理的直接从直播服务器下载的原始FLV文件。 如果录播是用 FFmpeg 录制的或处理过的就无法修复了,FFmpeg 会进一步损坏有问题的文件。
|
||||
<sup>1</sup>:仅限未经处理的直接从直播服务器下载的原始FLV文件。 如果录播是用 FFmpeg 录制的或处理过的就无法修复了,FFmpeg 会进一步损坏有问题的文件。
|
||||
<sup>2</sup>:录播姬桌面版内含了一个 mini 版 FFmpeg 用于工具箱内的转封装功能。
|
||||
|
||||
## 开发 & 编译
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user