录播姬 | mikufans 生放送录制
Go to file
2021-05-03 17:49:25 +08:00
.github/workflows GitHub Actions: Cache nuget packages 2021-05-02 22:52:52 +08:00
BililiveRecorder.Cli ToolBox: Add some metadata 2021-05-02 22:24:57 +08:00
BililiveRecorder.Core WPF: Update sentry config 2021-05-02 21:02:33 +08:00
BililiveRecorder.Flv FLV: Fix bug 2021-05-03 16:43:02 +08:00
BililiveRecorder.ToolBox ToolBox: Pad file name with leading zero 2021-05-02 22:28:52 +08:00
BililiveRecorder.WPF WPF: Update about page 2021-05-03 17:49:25 +08:00
CI new build pipeline 2021-02-26 21:57:10 +08:00
test Update dependencies 2021-05-01 00:41:31 +08:00
.editorconfig update build config 2020-12-21 19:08:44 +08:00
.gitattributes init 2018-03-12 18:57:20 +08:00
.gitignore new build pipeline 2021-02-26 21:57:10 +08:00
appveyor.yml fix build 2021-02-26 22:25:35 +08:00
BililiveRecorder.sln Add ToolBox 2021-04-14 23:46:24 +08:00
crowdin.yml Update Crowdin configuration file 2021-01-03 17:12:27 +08:00
Directory.Build.props Update dependencies 2021-05-01 00:41:31 +08:00
GitVersion.yml new build pipeline 2021-02-26 21:57:10 +08:00
global.json new build pipeline 2021-02-26 21:57:10 +08:00
LICENSE Create LICENSE 2018-03-12 19:04:51 +08:00
README_CN.md Update README.md 2021-05-01 00:48:37 +08:00
README.md Update README.md 2021-05-01 00:48:37 +08:00
VERSION update version to 1.2.2 2021-01-29 20:32:06 +08:00

BiliBili Stream Recorder B站录播姬

Build and Test Version License Crowdin

简体中文 README | Simplified Chinese

GitHub is a global platform, and theoretically, everyone should use English. But since this project is mostly meant for Chinese user and rely on a Chinese website BiliBili (wikipedia), all code comments are in Chinese. This README file will always use English so people like you can understand what is this, and perhaps make some use out of it.

Software UI is available in

  • 简体中文 (Source and default)
  • 繁体中文
  • 日本語
  • English

Install & Use

See rec.danmuji.org (in Chinese)

Feature

  • Easy to use
  • 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
  • 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.

Develop & Build

Visual Studio 2019 with .NET 5 is recommended, though any other IDE should work too.

Project Target Note
BililiveRecorder.WPF .NET Framework 4.7.2 Windows only GUI
BililiveRecorder.Cli .NET 5 Cross-platform
BililiveRecorder.ToolBox .NET Standard 2.0 library used by WPF & Cli
BililiveRecorder.Core .NET Standard 2.0 Main recording logic
BililiveRecorder.Flv .NET Standard 2.0 Data processing logic

Reference & Acknowledgements