videocards

Generate language-learning flashcards from video and subtitle files

Usage no npm install needed!

<script type="module">
  import videocards from 'https://cdn.skypack.dev/videocards';
</script>

README

videocards

Notes

If using with webpack, there is a conflict with fluent-ffmpeg so you must include this in your webpack config file.

resolve: {
  alias: {
    'fluent-ffmpeg': 'fluent-ffmpeg/lib/fluent-ffmpeg.js'
  }
}

If using this package with electron, Sqlite3 has an issue where it can't access the compiled files during runtime. Use electron-rebuild to resolve the issue.

ffmpeg documentation.