Skip to content

Instantly share code, notes, and snippets.

@tmowbrey
tmowbrey / gist:08960213b4bf1c1a95e70c77a31790a4
Last active September 16, 2024 00:01
Convert MP$ to MP3 and Submit to ChatGPT for a Summary
""" Module is used to convert a video to a chat summary """
import os
from moviepy.editor import VideoFileClip
import openai
from pydub import AudioSegment
from pydub.utils import make_chunks
import math