Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sth2018/importvideo
- Owner: sth2018
- Created: 2018-10-06T08:15:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T08:13:44.000Z (about 2 years ago)
- Last Synced: 2024-07-30T16:55:14.108Z (5 months ago)
- Topics: anki, anki-addon, python
- Language: Python
- Homepage: https://ankiweb.net/shared/info/726150594
- Size: 65.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/)