npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bililive-cli

v1.5.0

Published

biliLive-tools的cli程序

Downloads

89

Readme

介绍

biliLive-tools的命令行版本

这是一个用于 B 站录播的一站式工具,支持弹幕转换与视频压制并上传至B站,支持录播姬与blrec的webhook。
如果你是录播man正在寻找xml弹幕转换、弹幕压制、webhook上传工具,如果你是切片man正在寻找下载b站视频工具,如果你厌倦了b站的多p上传,你可以来试试本软件。
做这款工具的初衷是为了解决录播工具的碎片化,往往想完整处理一场带有弹幕的录播要使用多个软件的配合,一些工具只有CLI,加大了使用难度。

安装

npm i bililive-cli -g

使用

CLI是GUI的拓展,使用前需要设置相关目录,由于配置文件很多且复杂,请在GUI中生成并进行修改配置后复制到CLI所配置的目录,或直接将目录设置为GUI的配置目录。
暂时只支持webhook相关的指令,也即启动webhook server,可以避免启动electron带来的消耗。

CLI版本暂时不支持删除到回收站,高能进度条功能

配置

使用前通过 biliLive config gen 生成默认配置文件,如果你已经安装客户端,相关配置会被自动设置(仅限win)
如果你仅使用上传功能,那么无需配置二进制文件,二进制文件可在这里找到,以platform--arch-version命名,如果没有当前版本,以最近版本为准,配置为绝对路径以及分配执行权限

{
  port: 18010, // 启动端口,如果不希望与客户端的冲突,请修改为其他端口号
  host: "127.0.0.1",  // host
  configFolder: "", // 配置文件夹,推荐在GUI中生成并进行修改配置后复制到CLI所配置的目录,可在“打开配置文件夹”文件夹找到,分别为ffmpeg_presets.json、danmu_presets.json、presets.json、appConfig.json
  ffmpegPath: "ffmpeg.exe", // ffmpeg二进制路径
  ffprobePath: "ffprobe.exe",  // ffprobe二进制路径
  danmakuFactoryPath: "DanmakuFactory.exe",  // DanmakuFactory二进制路径
  logPath: "main.log",  // log文件路径
}

运行

biliLive server