Skip to content

Instantly share code, notes, and snippets.

View iamhitarth's full-sized avatar

Hitarth Sharma iamhitarth

  • Disruptive Kiwi
View GitHub Profile
@iamhitarth
iamhitarth / whisper-transcribe.bash
Created December 22, 2023 11:11 — forked from DaniruKun/whisper-transcribe.bash
Transcribe (and translate) any VOD (e.g. from Youtube) using Whisper from OpenAI and embed subtitles!
#!/usr/bin/env bash
# Small shell script to more easily automatically download and transcribe live stream VODs.
# This uses YT-DLP, ffmpeg and the CPP version of Whisper: https://github.com/ggerganov/whisper.cpp
# Use `./transcribe-vod help` to print help info.
# MIT License
# Copyright (c) 2022 Daniils Petrovs