Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probablycorey/video-transcription
https://github.com/probablycorey/video-transcription
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablycorey/video-transcription
- Owner: probablycorey
- Created: 2023-07-22T02:49:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T03:05:23.000Z (over 1 year ago)
- Last Synced: 2024-12-14T08:30:20.384Z (about 1 month 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
```