Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whatasame/ankidia
Anki media add-on
https://github.com/whatasame/ankidia
add-on anki audio video
Last synced: 2 days ago
JSON representation
Anki media add-on
- Host: GitHub
- URL: https://github.com/whatasame/ankidia
- Owner: whatasame
- License: gpl-3.0
- Created: 2025-01-15T11:26:18.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T09:42:22.000Z (3 days ago)
- Last Synced: 2025-01-18T10:28:02.984Z (3 days ago)
- Topics: add-on, anki, audio, video
- Language: Python
- Homepage:
- Size: 6.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ankidia
Ankidia is an add-on for Anki that allows you to edit media just one click.
> [!WARNING]
> This add-on is in the early stages of development.
> Please report any issues you encounter.## Features
* [Extract audio from video](./resources/demo_extract_audio.gif)
* Convert video to mp4 format
* Embed audio into field
* STT (Speech to Text) using OpenAI's Whisper## Getting started
1. Download ffmpeg binary (specific to your OS) and move it to the `libs/ffmpeg` directory.
2. In Anki, go to `Tools > ankidia options` and set your video field and audio field.
3. Upload a video file to the video field in the editor.
4. Click a button. That's all!## Requirements
* Anki 2.1.20 or later
* ffmpeg## Dependencies
* [openai-whisper](https://github.com/openai/whisper)