https://github.com/dcrebbin/cantopop-credits
https://github.com/dcrebbin/cantopop-credits
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcrebbin/cantopop-credits
- Owner: dcrebbin
- Created: 2025-09-18T15:50:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-18T19:41:18.000Z (9 months ago)
- Last Synced: 2025-09-18T20:14:22.334Z (9 months ago)
- Language: TypeScript
- Size: 36 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cantopop-credits
# Video Processing
This will download the video from YouTube and split it into image frames.
#### Args
--videoId="iYAtwuZXEC8" (optional - will process all videos if not provided)
e.g:
`bun run video-processing.ts --videoId="iYAtwuZXEC8"`
# Video Extraction
This will extract the credits from the image frames using a given AI provider.
#### Args
--videoId="iYAtwuZXEC8" (optional - will extract all videos if not provided)
--ai="openai" (openai or google)
e.g:
`bun run video-extraction.ts --videoId="iYAtwuZXEC8"`