I was trying to figure out a way to have inline videos (not YouTube), but after searching around it seems like it isn’t really possible on Windows (If anyone has done it, please let me know!)
This is the closest thing I could think of to inline videos: Is there a way for the external video player to not automatically close after the video is done?
I haven’t tried it. I heard it was incompatible with mobile. So, that’s why I didn’t use it. How did you do it anyway? Maybe there is a way for Anki to hide certain fields depending on what platform you are on (iOS, Android, PC OS). And, I can have the video show up in webm form on certain platforms and mpv on others.
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
The only thing that didn’t work was that it would work with the full path to the file. Then it would be possible to embed the video without syncing with ankiweb.