YouTube to flashcards: how to study a video lecture
TL;DR: To turn YouTube into flashcards, use a public video link in Imprimo, or work from a transcript and your own notes. Keep questions that match what you need to learn, check the answers against the lecture, and review them with the video closed. Generating a deck gives you a starting point; the card check is part of studying.
A lecture can make perfect sense while you're watching it. The lecturer names the concept, draws the diagram, and walks through the example. Close the video, though, and you may struggle to explain the same idea without those cues.
For students using YouTube to fill a gap in a course or work through a difficult topic, flashcards give that explanation somewhere to go. You have a question to come back to tomorrow, without searching through the whole video again.
How to turn YouTube into flashcards on iPhone
In Imprimo, choose Enter URL when creating a deck, paste a public YouTube video link, and select Generate Cards. Once generation finishes, check the cards against the source before your first study session.
Start with a video that answers a specific question from your course. A lecture on one data structure is easier to check than a compilation covering an entire semester.
- Open the individual YouTube video you want to study and copy its link. Use the video link itself, rather than a channel or playlist address.
- In Imprimo, open deck creation and choose Enter URL.
- Paste the link and select Generate Cards. The video needs to be publicly accessible.
- Open the generated material alongside the lecture. Check names, definitions, and any answer that seems incomplete. Keep only the cards relevant to your study goal.
Treat generation as a first draft. A plausible answer can still leave out the condition that makes it true. If a card says an approach is "faster," for example, check what it's being compared with and under which conditions.
If the link won't process, use an available transcript or the lecturer's slides as your source. The PDF-to-flashcards guide covers that file-based route.
Use a transcript when you want more control
A transcript lets you choose the exact passage you want to study. This is useful when only one section of a long video belongs in your deck.
For videos with captions, YouTube provides Show transcript in the video description. Selecting a line in the transcript takes you to that point in the video, which helps when an answer needs checking. See YouTube's transcript instructions.
Read the relevant passage with the video open. Remove introductions and repeated explanations from your working notes, then turn the remaining ideas into questions. You can write the cards yourself or use that text as input to an AI flashcard tool.
Pay attention to technical terms. YouTube says its automatic captions can misrepresent speech because of factors such as accents or background noise. Check unfamiliar words against the audio or slides before they become answers you memorize. YouTube explains the limits of automatic captions here.
A transcript also leaves out anything the speaker doesn't describe. "This goes here" may be clear while someone points at a diagram, but it tells you very little in a text file. Watch that section and write down the missing relationship. If you still can't explain it, revisit the lesson before making the card.
Write questions that survive without the video
A useful card names enough context that you can answer it days later. Replace references such as "this method" or "the second example" with the actual concept.
For this example, imagine a lecture about stacks and queues. Here's how you could rewrite a few vague prompts:
| Vague card | More useful card | Answer |
|---|---|---|
| What order does it use? | In a stack, which item is removed first? | The most recently added item: last in, first out. |
| How is the other one different? | In a queue, which item is removed first? | The earliest added item: first in, first out. |
| Explain stacks and queues. | Which structure fits serving requests in arrival order? | A queue. |
Each revised question has a clear job. The last one asks you to choose a structure for a situation, so the deck does more than test whether you can expand an acronym.
When an answer needs a paragraph, look for separate questions inside it. Keep an explanation together when the relationship is what you're trying to learn. Forcing every answer into a single word can make cards just as unhelpful as copying an entire lecture onto their backs.
In your study notes, record the video title, link, and a useful timestamp. That's your route back to the explanation when a short answer stops making sense.
For more examples across subjects, see how to write flashcards that work.
Decide what deserves a card
Make cards for material you need to retrieve later. Leave worked exercises in your practice routine, where you can attempt the steps yourself.
Before keeping a generated card, ask:
- Does this help with a learning objective or a question I need to answer?
- Can I understand the prompt without reopening the video?
- Have I checked the answer, including any condition or exception?
- Is another card already testing the same thing?
A proof or coding demonstration may support a few useful cards about definitions and decisions. You'll still need to reproduce the proof or write code from a fresh prompt. Recalling what the lecturer did is only part of that work.
The number of cards should follow the material. There's no reason a 40-minute lecture needs 40 cards. Stop when you've covered the relevant ideas, and avoid adding cards just to make the deck feel complete.
Study with the video closed
Try to produce an answer before you turn over each card. If you need to check the lecture, use it to resolve the gap, then try explaining the idea again without looking.
There is evidence for this distinction between reviewing an explanation and retrieving it. In a 2006 study by Henry L. Roediger III and Jeffrey D. Karpicke, students who took recall tests on prose passages retained more on delayed tests than students who repeatedly studied the passages. The study supports retrieval practice; it didn't test AI-generated YouTube flashcards or Imprimo.
Once your cards are ready, Imprimo uses FSRS to schedule reviews based on your review history and ratings. Answer honestly when a card comes back. If you're repeatedly stuck because the question is vague, fix the question. If the underlying idea is unclear, return to the lesson.
Start with one lecture you already need to understand. Make a small deck, check it, and complete a review before importing the next video. That first review will tell you more about the cards than their count will.
Common questions
Can AI make flashcards from a YouTube video?
Yes. Imprimo supports generating flashcards from public YouTube video links through Enter URL. You can also work from a transcript or your own notes. Check the generated questions and answers against the lecture before studying them, especially when the explanation depends on a diagram or a worked example.
Do I need a transcript to make flashcards from a video?
A transcript is needed for the text-based method, but direct video import is a separate route. Imprimo accepts public YouTube video links. If an import fails, use an available transcript, lecture slides, or your own notes. YouTube's Show transcript option is available on videos that have captions.
How many flashcards should I make from a video lecture?
Use the lecture's learning objectives to decide. Make cards for facts, distinctions, and short explanations you need to recall later. Skip introductions, repeated points, and material you already know. Video length is a poor card target: a short explanation can contain more testable material than a long demonstration.