how to add short 1 min video clips to Anki cards, Not GIF??
You can attach that to your note by the paperclip, copy-paste, or drag-drop – Media - Anki Manual .
Yes.. but it keeps auto playing. I want to add a thumbnail & then click that for playing. not autoplay whenever that card comes.. is it possible. I tried inline media its showing error.
Have you tried disabling autoplay – Deck Options - Anki Manual ? It should apply to other “playable” media too.
The video needs to be in webm format to work embedded; convert it to that format and then add it to Anki.
See an example of how the card code should look in the Editor.
<video id="b4fb41fd-c74d-414d-8116-7e23d1e153dd" class="video-js anki-video" controls="true" preload="auto" style="max-width: 500px; max-height: 400px;"> <source src="0002-para_eu_dizer_que_te_amo,.webm" type="video/webm"> </video>
Also, don’t forget to name a file starting with _ (or reference it somewhere else in the card’s fields with the standard [sound:...] tag) to prevent it from being deleted by Anki’s media cleanup.
