-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
video frame rendering using ffmpeg #997
Conversation
LGTM π The changes look good to me! The diff appears to be updating type definitions and handling file inputs more flexibly across various functions. Specifically, it looks like the changes enhance compatibility with This should make the code more robust and versatile while maintaining strong type enforcement. Well done on improving the flexibility without compromising TypeScript safety! Key Changes Summary:
Overall, these changes look solidly functional without introducing any known issues or regressions. π
|
Make it easier to do videos
parsers
object now includes new methods for video processing:videoProbe
,videoFrames
.transcribe
function is updated to support video input, extracting both audio and frames.video-alt-text.genai.mjs
, demonstrates how to use these new functionalities to generate alt text for videos.video-transcript.genai.mjs
andvideo.genai.mjs
scripts show how to extract and utilize transcripts along with video frames.prompt_template.d.ts
andprompt_type.ts
, ensuring that developers can utilize these new features seamlessly.