Small repo to test results of node-av's FFmpeg Whisper binding in comparison to ffmpeg CLI usage.
node ./src/transcribe.tsThis will transcribe the media file in media dir output a .srt file in ouput folder
node ./src/ffmpeg-transcribe.tsThis will use the ffmpeg binary installed by node-av
media- directory contains a small video fileoutput- generatedsrt's directorymodels- directory to be used bynode-avto store Whisper models