I have a single MP4 lecture and I’d like a straightforward way to turn it into two things: 1) a concise summary written in short paragraphs, and 2) a short quiz drawn from the same content. All I need at this stage is a working proof-of-concept script or notebook—Python is fine—that: • takes the MP4, extracts the audio, and produces an accurate transcript (Whisper, SpeechRecognition, or any comparable library is acceptable). • processes that transcript to create a readable text file containing the short-paragraph summary I asked for. • automatically generates a small set of clear quiz questions (multiple choice or short answer) and appends them to the same text document. Keep the dependencies lightweight and stick to open-source tools. A brief README explaining how to run the code on my machine will be enough for hand-off.