概要/MCP/解説動画

解説動画

自然言語、ウェブページ、またはアップロードされたソースからビデオを作成し、改良します。

MCPで説明ビデオを作成する

kp_create を呼び出し、ビデオオブジェクトにビデオ設定を置く:

{  "type": "video",  "prompt": "Explain the customer escalation process to new employees from the handbook",  "instructions": "Preserve source terminology and cover intake, severity, escalation, and review",  "input_file_ids": ["file_xxx"],  "max_credits": 300,  "video": {    "duration_seconds": 120,    "aspect_ratio": "16:9",    "language": "en",    "voice_id": "voice_from_capabilities",    "template_id": "template_from_capabilities",    "expression_style_id": "style_from_capabilities"  }}

創造する前に

  1. KP能力を呼びます。
  2. Video.duration_presets から長期目標を選択します。
  3. 答えから言語、声、テンプレート、表現スタイルを選択します。
  4. 地元のソースをアップロードする kp_upload_file を使用します。
  5. ウェブページのURLがすぐに表示される場合があります。

テンプレートは使用例を説明します。 表現スタイルは視覚療法を説明します。 独立した選択肢である。

創造後

kp_get で同じ作成を投稿する:

  • 計画:KPainterは、情報源を分析し、説明を設計しています。
  • 生産:配達作業が進んでいます。
  • 休憩:利用可能なアクションを提供し、ユーザーを待つ。
  • 準備完了: kp_outputs を呼びます。
  • 失敗:安全な理由を示し、調査をやめる。

返品時に推定_remaining_seconds を表示します。 推定_クレジットは、計画が生産範囲を定義した後に現れる可能性があります。

レフィン

メッセージを呼びます:

{  "creation_id": "creation_xxx",  "content": "Keep everything else and make the third scene easier for a beginner",  "idempotency_key": "video-edit-20260901-001"}

KP_get で検索を続ける 同じ編集を代表するために2番目の作成を作成しないでください。