mli / autocut

用文本编辑器剪视频
Apache License 2.0
6.6k stars 659 forks source link

FR: support faster-whisper #87

Closed momobobe closed 11 months ago

momobobe commented 1 year ago

https://github.com/guillaumekln/faster-whisper this is way faster than the original implementation. It's already done the job addressed by https://github.com/mli/autocut/issues/22#issuecomment-1333486727. Also #63 and #73 are somewhat useless solved with this one done @yihong0618 @zcf0508

lewangdev commented 1 year ago

I will take this issue.

Here is my faster-whisper colab for test: https://github.com/lewangdev/faster-whisper-youtube

lewangdev commented 1 year ago

whisper 和 faster-whisper 接口和依赖不同,我的实现做了以下修改,感觉不适合发 PR 了

faster-whisper 的版本:

https://github.com/lewangdev/autocut

lewangdev commented 1 year ago

https://github.com/mli/autocut/pull/94