Skip to content

Releases: nbnb9527/nb-VaMTools

v1.0 - AudioExtractor & PlayerBridge

Choose a tag to compare

@nbnb9527 nbnb9527 released this 06 Aug 01:30

Full Changelog: https://github.com/nbnb9527/nb-VaMTools/commits/v1.0

What's Changed / 更新内容

AudioExtractor / 音频提取器

  • Extract audio from video files via ffmpeg
  • 通过 ffmpeg 从视频文件中提取音频

Usage / 用法:


PlayerBridge / PotPlayer 桥接控制器

  • TCP control bridge for PotPlayer (port 9876)
  • PotPlayer 的 TCP 控制桥接程序(端口 9876)

Supported Commands / 支持命令:

  • PLAY / PAUSE / NEXT / PREV — Playback control / 播放控制
  • SEEK<ms> — Jump to position / 跳转到指定位置
  • POSITION — Get current position / 获取当前播放位置
  • FILENAME — Get current filename / 获取当前文件名
  • OPEN<file> — Open video file / 打开视频文件
  • QUIT — Exit program / 退出程序

Build Info / 构建信息

  • Built with .NET Framework 4.0 (Windows)
  • 使用 .NET Framework 4.0 编译(Windows 环境)
  • Compiled automatically by GitHub Actions / 由 GitHub Actions 自动编译