1181 shaares
14 private links
14 private links
See also:
- https://github.com/chidiwilliams/buzz 基于 OpenAI Whisper 的开源、可离线的实时语音转文字工具,支持 Windows、macOS、Linux,它可以将麦克风的语音实时转换为文字,也支持将视频、音频文件转换为文字、字幕。
- https://transcriber.xml.ovh/ Transcribe audio/video into TXT/SRT/VTT subtitles using Artificial Intelligence 在线转录工具
- https://github.com/buxuku/VideoSubtitleGenerator 批量为本地视频生成字幕文件,并可将字幕文件翻译成其它语言
- https://otranscribe.com/ 一个免费的工具,帮您摆脱听写录音稿的痛苦!隐私保护,您的音频文件和稿件不会上传到服务器。
- https://video2srt.ccextractor.org/ a transcription tool that lets you transcribe video and audio files using Whisper and WASM in your browser, and get a .txt, .srt, .vtt file.
- https://spectropic.ai/ a hosted Whisper Diarization API service as a platform.
- https://audiogest.app/ a web service built upon Spectropic.
- https://github.com/Const-me/Whisper 基于 OpenAI Whisper 的开源、可离线的实时语音转文字工具,支持 Windows,支持 GPU,比 buzz 快很多。
- https://sindresorhus.com/aiko Aiko — AI-powered audio transcription AI 驱动的音频转录,基于 Whisper
- pyvideotrans: Translate the video from one language to another and add dubbing. 这是一个视频翻译工具,可将一种语言的视频翻译为另一种语言和配音的视频。 语音识别基于
openai-whisper
离线模型、文字翻译使用google|baidu|chatGPT|DeepL
翻译接口,文字合成语音使用Microsoft Edge tts
。