https://github.com/probablycorey/video-transcription
https://github.com/probablycorey/video-transcription
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablycorey/video-transcription
- Owner: probablycorey
- Created: 2023-07-22T02:49:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T03:05:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T09:33:41.936Z (over 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Does this work?
_barely_
```
cp .env.example .env # And update the env
npm install
npx tsx --require dotenv/config src/main.ts some-file.mp4 # output is put into the `output` directory
```