We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
出错信息 出错时软件界面完整截图,以及提示框或控制台报错信息。
pyvideotrans/videotrans/task/_rate.py Line 51 in fcee2e8 if is_start and nonsilent_chunks[0] and nonsilent_chunks[0][0] > 0: if is_start and nonsilent_chunks[0] and nonsilent_chunks[0][0] > 0:
pyvideotrans/videotrans/task/_rate.py
Line 51 in fcee2e8
is_start是一个未定义的变量吗?编译器报错了,导致这个文件处理视频的功能不成功。
pyvideotrans/videotrans/task/_rate.py Line 153 in fcee2e8 if config.settings['remove_white_ms'] > 0: if config.settings['remove_white_ms'] > 0:
Line 153 in fcee2e8
移除两条字幕间空白参数,应该是支持-1 全部移除的。这块判断为什么不支持-1呀?
以上两行代码我手动改了以后,使用gemini模型成功加速了翻译后的字幕和配音。之前怎么调参数都不管用
复现步骤
操作系统
软件左上角版本号数字
The text was updated successfully, but these errors were encountered:
No branches or pull requests
出错信息
出错时软件界面完整截图,以及提示框或控制台报错信息。
is_start是一个未定义的变量吗?编译器报错了,导致这个文件处理视频的功能不成功。
移除两条字幕间空白参数,应该是支持-1 全部移除的。这块判断为什么不支持-1呀?
以上两行代码我手动改了以后,使用gemini模型成功加速了翻译后的字幕和配音。之前怎么调参数都不管用
复现步骤
操作系统
软件左上角版本号数字
The text was updated successfully, but these errors were encountered: