GithubHelp home page GithubHelp logo

Comments (7)

chenqianhe avatar chenqianhe commented on June 14, 2024

还有这种问题吗,看样子就是视频都没有完成转录

from autocut.

arrowing avatar arrowing commented on June 14, 2024

一样的问题,还没解决吗?

from autocut.

chenqianhe avatar chenqianhe commented on June 14, 2024

一样的问题,还没解决吗?

有一些更多的信息吗?例如操作、电脑系统信息、环境信息、命令行输出信息等吗?需要能了解一下出问题时候的状况再看看是怎么回事

from autocut.

arrowing avatar arrowing commented on June 14, 2024

一样的问题,还没解决吗?

有一些更多的信息吗?例如操作、电脑系统信息、环境信息、命令行输出信息等吗?需要能了解一下出问题时候的状况再看看是怎么回事

与题主发的内容与操作一样。
系统是 windows 10。
输入与输出参考:
`$ autocut -d videos
[autocut:transcribe.py:L37] INFO Done Init model in 2.0 sec
[autocut:transcribe.py:L41] INFO Transcribing videos\test.mp4
Using cache found in C:\Users\xxx/.cache\torch\hub\snakers4_silero-vad_master
[autocut:transcribe.py:L86] INFO Done voice activity detection in 4.7 sec
[autocut:warnings.py:L109] WARNING C:\Users\xxx\AppData\Local\Programs\Python\Python311\Lib\site-packages\whisper\transcribe.py:115: UserWarning: FP16 is not supported on CPU; using FP32 instead
warnings.warn("FP16 is not supported on CPU; using FP32 instead")

100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1316/1316 [00:07<00:00, 175.49frames/s]
[autocut:transcribe.py:L107] INFO Done transcription in 7.8 sec
[autocut:transcribe.py:L52] INFO Transcribed videos\test.mp4 to videos\test.srt
[autocut:transcribe.py:L54] INFO Saved texts to videos\test.md to mark sentences`

from autocut.

chenqianhe avatar chenqianhe commented on June 14, 2024

一样的问题,还没解决吗?

有一些更多的信息吗?例如操作、电脑系统信息、环境信息、命令行输出信息等吗?需要能了解一下出问题时候的状况再看看是怎么回事

与题主发的内容与操作一样。 系统是 windows 10。 输入与输出参考: `$ autocut -d videos [autocut:transcribe.py:L37] INFO Done Init model in 2.0 sec [autocut:transcribe.py:L41] INFO Transcribing videos\test.mp4 Using cache found in C:\Users\xxx/.cache\torch\hub\snakers4_silero-vad_master [autocut:transcribe.py:L86] INFO Done voice activity detection in 4.7 sec [autocut:warnings.py:L109] WARNING C:\Users\xxx\AppData\Local\Programs\Python\Python311\Lib\site-packages\whisper\transcribe.py:115: UserWarning: FP16 is not supported on CPU; using FP32 instead warnings.warn("FP16 is not supported on CPU; using FP32 instead")

100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1316/1316 [00:07<00:00, 175.49frames/s] [autocut:transcribe.py:L107] INFO Done transcription in 7.8 sec [autocut:transcribe.py:L52] INFO Transcribed videos\test.mp4 to videos\test.srt [autocut:transcribe.py:L54] INFO Saved texts to videos\test.md to mark sentences`

确认一下编辑后的 md 有勾选 「Mark if you are done editing.」 吗?以及 md 文件是怎么编辑的呢(直接 vscode、typora或者文本文档编辑啥的)?还有能看到 md 文件对应的编码吗

from autocut.

arrowing avatar arrowing commented on June 14, 2024

一样的问题,还没解决吗?

有一些更多的信息吗?例如操作、电脑系统信息、环境信息、命令行输出信息等吗?需要能了解一下出问题时候的状况再看看是怎么回事

与题主发的内容与操作一样。 系统是 windows 10。 输入与输出参考: $ autocut -d videos [autocut:transcribe.py:L37] INFO Done Init model in 2.0 sec [autocut:transcribe.py:L41] INFO Transcribing videos\test.mp4 Using cache found in C:\Users\xxx/.cache\torch\hub\snakers4_silero-vad_master [autocut:transcribe.py:L86] INFO Done voice activity detection in 4.7 sec [autocut:warnings.py:L109] WARNING C:\Users\xxx\AppData\Local\Programs\Python\Python311\Lib\site-packages\whisper\transcribe.py:115: UserWarning: FP16 is not supported on CPU; using FP32 instead warnings.warn("FP16 is not supported on CPU; using FP32 instead") 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1316/1316 [00:07<00:00, 175.49frames/s] [autocut:transcribe.py:L107] INFO Done transcription in 7.8 sec [autocut:transcribe.py:L52] INFO Transcribed videos\test.mp4 to videos\test.srt [autocut:transcribe.py:L54] INFO Saved texts to videos\test.md to mark sentences

确认一下编辑后的 md 有勾选 「Mark if you are done editing.」 吗?以及 md 文件是怎么编辑的呢(直接 vscode、typora或者文本文档编辑啥的)?还有能看到 md 文件对应的编码吗

勾选后保存了,按照教程操作的。
编辑器是 vscode + typora。

from autocut.

arrowing avatar arrowing commented on June 14, 2024

我找到问题了,赶明儿提个 pr 吧 :)

-------- update --------
#117

from autocut.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.