-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
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
希望能支持本地视频文件 #277
Labels
enhancement
New feature or request
Comments
可以支持本地文件的呀,你把文件拖进去就可以了。 |
***@***.***
获取视频信息执行命令: ffmpeg -i ***@***.***
视频时长: 1751.13秒
执行命令: ffmpeg -ss 00:08:45.339 -i ***@***.*** -vframes 1 -q:v 2 -y ***@***.***/thumbnail.jpg
2025-01-28 00:39:50 - create_task_thread - ERROR - 创建任务失败: 'str' object has no attribute 'value'
Traceback (most recent call last):
File "C:\Users\jonny\AppData\Local\VideoCaptioner\app\core\thread\create_task_thread.py", line 31, in run
self.create_file_task(self.file_path)
File "C:\Users\jonny\AppData\Local\VideoCaptioner\app\core\thread\create_task_thread.py", line 67, in create_file_task
whisper_type = f"-{cfg.whisper_api_model.value.value}-{cfg.transcribe_language.value.value}"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'value'
2035501
***@***.***
…------------------ 原始邮件 ------------------
发件人: "WEIFENG2333/VideoCaptioner" ***@***.***>;
发送时间: 2025年1月27日(星期一) 晚上8:58
***@***.***>;
***@***.******@***.***>;
主题: Re: [WEIFENG2333/VideoCaptioner] 希望能支持本地视频文件 (Issue #277)
可以支持本地文件的呀,你把文件拖进去就可以了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
#275 一样的问题 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 预期的功能 | Expected Feature
希望能支持本地视频文件
The text was updated successfully, but these errors were encountered: