video-transcriber-mcp 0.7.0

High-performance video transcription MCP server using whisper.cpp for faster transcription
Documentation
1
2
3
4
5
6
7
8
pub mod api;
pub mod credits;
pub mod llm;
pub mod mcp;
pub mod transcriber;
pub mod utils;

pub use transcriber::{TranscriberEngine, TranscriptionOptions, WhisperModel};