Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midrare/anki-video
Inline video player for Anki
https://github.com/midrare/anki-video
anki anki-addon
Last synced: about 16 hours ago
JSON representation
Inline video player for Anki
- Host: GitHub
- URL: https://github.com/midrare/anki-video
- Owner: midrare
- License: mit
- Created: 2023-11-29T03:45:32.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-19T03:52:04.000Z (9 months ago)
- Last Synced: 2024-02-19T07:30:03.361Z (9 months ago)
- Topics: anki, anki-addon
- Language: Python
- Homepage:
- Size: 3.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# anki-video
Inline video player support for Anki.
![Animated demo](demo.gif)
## Getting Started
### Prerequisites
1. Go to Anki -> Tools (menubar) -> Add-ons -> Install from file
2. Select file downloaded from releases page## Usage
Drag and drop video files into any of the fields in the "Add card" window. Use only `.webm` files. Other formats need to be pre-converted before dropping into a note.Video player options can be changed on a global or per-video basis. For global options, click the "config" button in the Anki addons window. For video-specific options, click the `>` button in the note editor window, find the `` tag, and edit the `` values.
## License
Distributed under the MIT license. See `LICENSE.txt` for more information## Acknowledgements
Uses [video.js](https://github.com/videojs/video.js), included under the Apache 2.0 license. See the top of the video.js-related files for license details.