Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sth2018/importvideo

Import from a movie with subtitles and add to new Anki cards.
https://github.com/sth2018/importvideo

anki anki-addon python

Last synced: about 2 months ago
JSON representation

Import from a movie with subtitles and add to new Anki cards.

Awesome Lists containing this project

README

        

# Import Video Add-On for Anki

Add new cards from a video with subtitles. This add-on is an adaptation of [movies2anki](https://github.com/kelciour/movies2anki).
Only supports Anki 2.1.x.

## Install

Use the installation code: **726150594**

## Usage

- Windows
1. Download [FFmpeg](https://ffmpeg.zeranoe.com/builds/)
2. Install FFmpeg
3. Add ffmpeg.exe to system environment variable PATH

- Linux
```shell
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
```

- MacOS
1. Install [Homebrew](https://brew.sh/)
2. Install FFmpeg
```shell
brew install ffmpeg
```

## Related Projects

- [subs2srs](http://subs2srs.sourceforge.net/)