MCP.so
ログイン

Remotion 영상편집 MCP 서버

@smilish67

Remotion 영상편집 MCP 서버 について

Remotion editor MCP server

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

smilish67

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Remotion 영상편집 MCP 서버?

Remotion 영상편집 MCP 서버 is a web‑based video editing platform powered by Remotion. It exposes direct editing capabilities through the Model Context Protocol (MCP), allowing AI agents or client applications to programmatically manage media, timelines, and rendering.

How to use Remotion 영상편집 MCP 서버?

Install the package with npm install, then start the development server with npm run dev. Use an MCP client to send requests to the server’s endpoints—for example, session.create to start a session, media.upload to add files, timeline.create_track to build a timeline, and render.export to output the final video.

Key features of Remotion 영상편집 MCP 서버

  • Media upload with automatic metadata extraction (resolution, duration, file size)
  • Automatic thumbnail generation for video and image files
  • Multitrack timeline (video, audio, subtitle tracks) with frame‑level precision
  • Drag‑and‑drop media placement and real‑time preview
  • Clip trimming, splitting, moving, and automatic overlap resolution
  • Undo/redo for all editing operations
  • 2D transforms (position, size, rotation, opacity) and layer management
  • Keyframe animation and transition effects (fadeIn, fadeOut, slide)

Use cases of Remotion 영상편집 MCP 서버

  • Generate automated video edits directed by an AI assistant via MCP
  • Build custom video editing workflows that integrate with external tools
  • Prototype and preview video compositions programmatically without a UI

FAQ from Remotion 영상편집 MCP 서버

What media file formats are supported?

MP4, MOV, AVI, MP3, WAV, JPG, and PNG.

What is the default frame rate?

The server operates at 30 frames per second (30fps).

How do I run the server?

Run npm run dev after installing dependencies with npm install.

Can I undo editing actions?

Yes, the server provides edit.undo and edit.redo endpoints to revert or reapply changes.

How is the video rendered?

Send a render.export request to export the current timeline as a video file (e.g., MP4 at high quality).

コメント

「その他」の他のコンテンツ