-
Notifications
You must be signed in to change notification settings - Fork 24
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
【Bug】再次出现处理视频不生成字幕文件,只生成了wav文件,而且也没用报错的问题了 #82
Comments
as a test you can remove Chinese chars from file name, pretty sure it will work. the zip you sent contains garbled characters instead of Chinese, i guess my system can't handle it since it's English, yet it works fine in whisperer even with those chars. i might have to set up a Chinese Windows idk. one time i did that in vmware but it affected all my windows 10's since i logged in ha! i'll have to not login next time i try that! |
我想和文件名没有关系,我把视频名改成了英文字符“a”,现在它的名字是“a.mp4”,在这台电脑上还是只能生成wav文件,我把包含中文的文件名的视频发到另一台电脑上,同样使用这个工具生成srt文件,这次成功了 另外,我把重命名后的文件和昨天录制的视频重新打包了,名字用的都是英文,这次应该不会有乱码了 下载地址:https://share.feijipan.com/s/bSDMTTGM
|
try the latest version it should tell you no files were created https://github.com/tigros/Whisperer/releases/download/3.6/Whisperer.zip are you using an antivirus? make sure main.exe works from cmd prompt. |
我刚才下载了最新版本,表现和之前是一样的 |
that's all i wanted to see, but might as well try converting something #79 (comment) can't think of anything else right now. |
手动使用main.exe运行是正常的 |
if you're the least bit interested in programming maybe you could install VS 2017 and put breakpoints here and there to see what's going on. are you open to that? |
i just noticed something, in your video it says Language: chinese it should say Chinese. so ToUpper function doesn't work on Chinese Windows, very odd! never heard of that. this may be the root cause of your problems. |
replaced v3.6 just now with use of ToUpperInvariant instead, maybe that will help your situation, no guarantee. if not i can work with you using message boxes etc to try and debug. i may never use ToUpper again! heh |
🥳这个bug解决了! |
@tigros |
try clicking Go a few times until it works. i saw something here yesterday, it processed 11 out 12, clicked Go again then it worked. that would be a Windows or .net bug introduced by a recent update. |
点击Go以后,等4秒钟就变回Cancel了,刚刚我尝试了20次 |
you let it finish right? Don't click cancel.. maybe try other files, no Chinese chars in folder or file names. try English video too i guess. |
i just meant you click Go then wait until it changes back to Go before clicking again.. i guess you did that. so here's an exe that does a bit of logging, put it in same folder as whisperer and send whisperer.log when done. maybe click Go 3 times. |
我从未主动点击过Cancel |
it seems something is eating all your GPU memory. try running GPUmembyproc.exe from cmd prompt in whisperer folder, what does it show? also you should test smaller models like base/small/medium. |
这台电脑使用1.12版本的WhisperDesktop是可以正常处理出srt字幕的 第一张图是运行GPUmembyproc.exe输出的内容 |
Hi, Please unzip to whisperer folder and send the log, only need to click Go once. You did find an edge case where conditions are met for it to think the job is finished, but it's just waiting for more GPU memory, not fixed yet. If I fixed it it would be stuck on Cancel waiting forever for memory, maybe popup a message after a minute.. |
|
looks like the .srt exists so it skipped over some logging, you can just uncheck the "Skip if output exists", please try again. |
hmm can i see the log anyway? maybe keep using this version and send the log again next time it happens. looks like an intermittent issue with perf counters.. can always try C:\Windows\SysWOW64\LODCTR /R from admin cmd prompt, couldn't hurt. |
|
这次我把操作过程录了下来,并且把测试使用的视频文件也打包进去了
下载地址:https://share.feijipan.com/s/aAD0auPh
The text was updated successfully, but these errors were encountered: