mirror of
https://github.com/timerring/bilive.git
synced 2026-09-02 19:03:47 +08:00
docs: update docs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
*7 x 24 小时无人监守录制、渲染弹幕、识别字幕、自动切片、自动上传、兼容超低配机器,启动项目,人人都是录播员。*
|
||||
|
||||
[:page_facing_up: Documentation](https://timerring.github.io/bilive/) |
|
||||
[:page_facing_up: English Documentation](https://timerring.github.io/bilive/) |
|
||||
[:gear: Installation](#quick-start) |
|
||||
[:thinking: Reporting Issues](https://github.com/timerring/bilive/issues/new/choose)
|
||||
|
||||
@@ -172,7 +172,7 @@ pip install -r requirements.txt
|
||||
> - `auto_slice` 默认为 false, 即不进行自动切片。
|
||||
> - 可以通过单元测试调试你自己的 prompt,单元测试在 `tests/test_autoslice.py`,执行 `python -m unittest` 即可,后接 `tests.test_autoslice` 测试整个模块,`tests.test_autoslice.TestXXXMain` 测试某个模型。
|
||||
|
||||
MLLM 模型主要用于自动切片后的切片标题生成,此功能默认关闭,如果需要打开请将 `auto_slice` 参数设置为 `true`,并且写下你自己的 `slice_prompt`(请包含关键词 `{artist}`会自动替换),其他配置分别有:
|
||||
MLLM 模型主要用于自动切片后的切片标题生成,此功能默认关闭,如果需要打开请将 `auto_slice` 参数设置为 `true`,并且写下你自己的 `slice_prompt`(可以包含 `{artist}` 关键词会自动替换),其他配置分别有:
|
||||
- `slice_duration` 以秒为单位设置切片时长(不建议超过 180 秒)。
|
||||
- `slice_num` 设置切片数量。
|
||||
- `slice_overlap` 设置切片重叠时长。切片采用滑动窗口法处理,细节内容请见 [auto-slice-video](https://github.com/timerring/auto-slice-video)
|
||||
|
||||
@@ -20,6 +20,7 @@ Automatically monitors and records Bilibili live broadcasts and danmaku (includi
|
||||
- `GLM-4V-PLUS`
|
||||
- `Gemini-2.0-flash`
|
||||
- `Qwen-2.5-72B-Instruct`
|
||||
- `SenseNova V6 Pro`
|
||||
- **( :tada: NEW)Persistent login/download/upload video (supports multi-part posting)**:[bilitool](https://github.com/timerring/bilitool) has been open source, implements persistent login, download video and danmaku (including multi-part)/upload video (can post multi-part), query posting status, query detailed information, etc., one-click pip installation, can be operated using the command line cli, and can also be used as an api call.
|
||||
- **( :tada: NEW)Auto-loop multi-platform live streaming**:The tool has been open source [looplive](https://github.com/timerring/looplive) is a 7 x 24 hours fully automatic **loop multi-platform live streaming** tool.
|
||||
- **( :tada: NEW)Generate style-transformed video covers**:Use the image-to-image multi-modal model to automatically obtain the video screenshot and upload the style-transformed video cover.
|
||||
@@ -35,4 +36,4 @@ Automatically monitors and records Bilibili live broadcasts and danmaku (includi
|
||||
|
||||
The project architecture process is as follows:
|
||||
|
||||

|
||||

|
||||
Reference in New Issue
Block a user