Skip to content

diskettejs/node-av-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-av Whisper Repro

Small repo to test results of node-av's FFmpeg Whisper binding in comparison to ffmpeg CLI usage.

node-av

node ./src/transcribe.ts

This will transcribe the media file in media dir output a .srt file in ouput folder

ffmpeg

node ./src/ffmpeg-transcribe.ts

This will use the ffmpeg binary installed by node-av

Repo Structure

  • media - directory contains a small video file
  • output - generated srt's directory
  • models - directory to be used by node-av to store Whisper models

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors