Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 740 Bytes

File metadata and controls

33 lines (24 loc) · 740 Bytes

Import Video Add-On for Anki

Add new cards from a video with subtitles. This add-on is an adaptation of movies2anki.
Only supports Anki 2.1.x.

Install

Use the installation code: 726150594

Usage

  • Windows
  1. Download FFmpeg
  2. Install FFmpeg
  3. Add ffmpeg.exe to system environment variable PATH
  • Linux
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
  • MacOS
  1. Install Homebrew
  2. Install FFmpeg
brew install ffmpeg

Related Projects