Skip to content

Automatically generate language-learning flashcards from video and subtitle files

Notifications You must be signed in to change notification settings

mitchconquer/videocards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Automatically generate language-learning flashcards from video and subtitle files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published