Skip to content

Instantly share code, notes, and snippets.

View ikanez's full-sized avatar

Hafidz Zulkifli ikanez

View GitHub Profile
@ikanez
ikanez / video-subtitles-via-whisper.py
Created September 27, 2022 09:29 — forked from rasbt/video-subtitles-via-whisper.py
Script that creates subtitles (closed captions) for all MP4 video files in your current directory
# Sebastian Raschka 09/24/2022
# Create a new conda environment and packages
# conda create -n whisper python=3.9
# conda activate whisper
# conda install mlxtend -c conda-forge
# Install ffmpeg
# macOS & homebrew
# brew install ffmpeg
# Ubuntu