Skip to content

基于Open Whisper 和 FFmpeg 的视频字幕生成工具。

Notifications You must be signed in to change notification settings

ObsessedCE/video_title_generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

字幕生成

自动根据视频音频生成视频字幕并内嵌至原视频中生成一个新的视频文件

依赖

  • 基于python3
  • 需要本地下载ffmpeg,并加入到环境变量中
  • 基于openwhisper进行语音识别

用法

# 先安装好依赖
pip -r requirement.txt

# -i 指定视频文件位置 -o 指定新视频的生成的目录位置
python -i input_video_path -o output_video_directory video_util.py

代做

  • 视频字幕翻译
  • 显卡优化翻译速度

About

基于Open Whisper 和 FFmpeg 的视频字幕生成工具。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages