← 返回
数据分析 中文

Whisnap

macOS CLI for transcribing audio and video files using local Whisper models or Whisnap Cloud.
macOS 命令行工具,利用本地 Whisper 模型或 Whisnap Cloud 转录音视频文件。
neolio42
数据分析 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 905
下载
💾 34
安装
1
版本
#latest

概述

whisnap

Use whisnap for transcribing audio/video files from the terminal. Requires the Whisnap macOS app with at least one model downloaded.

Setup (once)

  • Open Whisnap app → Settings → Advanced → Enable CLI (creates /usr/local/bin/whisnap symlink)
  • Download at least one Whisper model in the app

Common commands

  • Transcribe audio: whisnap recording.wav
  • Transcribe video: whisnap meeting.mp4
  • Cloud transcription: whisnap recording.wav --cloud
  • JSON output with timestamps: whisnap lecture.m4a --json
  • Specific model: whisnap interview.wav -m small-q5_1
  • Cloud + JSON: whisnap recording.wav --cloud --json
  • List downloaded models: whisnap --list-models
  • Verbose diagnostics: whisnap recording.wav -v

Supported formats

  • Audio: WAV, MP3, FLAC, M4A, OGG
  • Video: MP4, MOV, MKV, WebM

Flags

  • -c, --cloud — Use Whisnap Cloud instead of local model (requires sign-in)
  • -m, --model — Override model (e.g., small-q5_1). Defaults to app's selected model.
  • -j, --json — Structured JSON output with text, segments, timestamps, model info
  • -v, --verbose — Print progress and diagnostics to stderr
  • --list-models — List available models and exit

JSON output format

{
  "text": "transcribed text",
  "segments": [{ "start_ms": 0, "end_ms": 1000, "text": "segment" }],
  "model": "small-q5_1",
  "backend": "whisper",
  "processing_time_ms": 5000
}

Notes

  • The CLI reuses models and settings from the Whisnap app (~/Library/Application Support/com.whisnap.desktop/).
  • Cloud mode requires authentication — sign in via the app first.
  • For scripting, use --json and pipe stdout. Diagnostics go to stderr.
  • Exit code 0 = success, 1 = error.
  • Only Whisper models are supported in CLI mode (not Parakeet).
  • Confirm the file path exists before transcribing — the CLI validates but does not search.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 09:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,865
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 161 📥 59,605
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,806