mcp_gemini_generate_videos
Generate videos using the Google Veo model by providing a text prompt and optional image. Returns the file path for the created video, customizable by aspect ratio, duration, and output directory.
Instructions
Google Veo 모델을 사용하여 비디오를 생성합니다. 생성된 비디오 파일 경로를 반환하며, 이 경로는 반드시 사용자에게 알려주어야 합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aspectRatio | No | 비디오의 가로세로 비율 | 16:9 |
durationSeconds | No | 비디오 길이(초) | |
fileName | No | 저장할 비디오 파일 이름 (확장자 제외) | veo-1755209535150 |
image | No | 비디오의 첫 프레임으로 사용할 이미지 (선택 사항) | |
model | No | 사용할 모델 ID (예: veo-2.0-generate-001) | veo-2.0-generate-001 |
numberOfVideos | No | 생성할 비디오 수 (1-2) | |
personGeneration | No | 사람 생성 허용 설정 | dont_allow |
prompt | Yes | 비디오 생성을 위한 텍스트 프롬프트 | |
saveDir | No | 비디오를 저장할 디렉토리 | ./temp |