Skip to content

IceSandwich/Bilivedown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilivedown

A bilibili live stream recording tool

This project will not maintain anymore

Usage

To make it easy to execute by some task programs like cron, this program will not accept any parameters.
All parameters will be stored in Setting.ini file.

Install/Compile

via go tool

Just type following command in shell:

# Clone the repository via go tool
go get github.com/IceSandwich/Bilivedown
# After `go get` command, you can't run it directly. It needs Setting.ini file.
cp $GOPATH/src/github.com/IceSandwich/Bilivedown/Setting.ini $GOPATH/bin/Setting.ini
# Edit some parameters.
vim $GOPATH/Setting.ini
# Now you can run this program and start recording live stream~
Bilivedown

via binary package

The binary package will provide for windows, linux, android(run on termux).
If there is no correct version of your system, you can compile it by yourself.

Baidupcs: 链接: https://pan.baidu.com/s/1zRqA58S7Z9w897_V7hx9OQ 提取码: pabx
GoogleDrive: https://drive.google.com/drive/folders/13lAn3xysFVMgrWFn7ExSViK4RJQV-11D

via source code

It's simple to build using go tool, type:

git clone https://github.com/IceSandwich/Bilivedown.git
cd Bilivedown
go build

What to do with the ts files?

You can merge them like this:

# Windows
copy /b *.ts merge.ts
# Linux
cat *.ts > merge.ts

Or you can use ffmpeg to merge them.

About

A bilibili live stream recording tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages