How to stick a video into the card

How can I put a video in the card to play it directly, (No GIF)
I don’t like the anki emergent tab to play videos

1 Like

Embedding a video into a card is a difficult task as it is advanced.
(It is possible, but you will not be able to play the video on your mobile device.)

This add-on makes Anki’s video player a bit more comfortable.

1 Like

Can you do that??

This add-on convert local video on PC and embed it in the card.

  1. Save the video to your PC
  2. Copy video to clipboard
  3. Select a field on the Anki card
  4. Right click
  5. Insert clipboad as video

The video is converted to “mp4 → webm”, so it cannot be displayed on mobile devices.

2 Likes

:smiley: :smiley: :smiley: thanks

1 Like

The method was tested on desktop and ankidroid.
It is necessary to have two fields for one video.
One is used in the template. The second is necessary so that ANKI does not delete the video.
{{Video}} = name.webm
{{Video Sound}} = [sound:name.webm]

In the template:
<video src="{{Video}}" playsinline autoplay onclick="this.currentTime=0;this.play()"></video>

Taken:
Addon:Watch Foreign Language Movies with Anki

1 Like

The another option was better to me

1 Like