Transcribe Bilibili Video to Text with Whisper.
Clone repo
git clone git@github.com:ShadyLeaf/Bili2Text.gitInstall ffmpeg (using chocolately)
# run as admin
choco install ffmpegReplace audio_urls in main.py with list of target URLs, here's an example:
# main.py
audio_urls = [
"https://www.bilibili.com/video/BV1Fa4y1273F",
"https://www.bilibili.com/video/BV15N4y1J7CA",
]Run main.py
python main.pyResult will be saved in ./result