Releases: nbnb9527/nb-VaMTools
Releases · nbnb9527/nb-VaMTools
Release list
v1.0 - AudioExtractor & PlayerBridge
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 自动编译