Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)