Pet-Pan / BililiveRecorder

B站录播姬 | BiliBili Stream Recorder | 哔哩哔哩直播录制

Home Page:https://rec.danmuji.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 software1
  • Pure C#, no native dependency like ffmpeg2
  • Open source!

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

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

Versioning

This project does not follow semantic versioning, no source code compatibility is guaranteed between any version.

Reference & Acknowledgements

About

B站录播姬 | BiliBili Stream Recorder | 哔哩哔哩直播录制

https://rec.danmuji.org

License:GNU General Public License v3.0


Languages

Language:C# 96.0%Language:TypeScript 3.6%Language:HTML 0.4%Language:Dockerfile 0.0%