studio-mode
Understand the capabilities and restrictions of each Remotion Studio mode. Use when implementing or reviewing Studio actions, permissions, availability, or UI across interactive, detached, deployed, and browser-based Studios.
소스 정보
- 저장소
- remotion-dev/remotion
- 최근 소스 활동
- 2026년 9월 16일 13:14
- 감지된 SKILL.md 언어
- 영어
- 스타
- 59,976
- 포크
- 4,611
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- studio-mode
- description
- Understand the capabilities and restrictions of each Remotion Studio mode. Use when implementing or reviewing Studio actions, permissions, availability, or UI across interactive, detached, deployed, and browser-based Studios.
# Studio Modes
Remotion Studio operates in four modes:
1. **Regular interactive Studio:** Started with `npx remotion studio`. A Studio server is attached and the Studio is fully interactive. It can render server-side, use "Open in" actions, execute codemods, install packages, and perform other server-backed actions.
2. **Regular Studio with the preview server detached:** `previewServerConnected` is `false`. The Studio is effectively read-only, although client-side rendering remains available.
3. **Read-only Studio:** A deployed Studio with no server attached. Hide or disable actions that require a server. GitHub is the only supported "Open in" action.
4. **Browser Studio:** Deployed at `remotion.dev/new` and backed by a virtual file system that is hidden from the user. It cannot use "Open in" actions, but it can install dependencies and execute codemods.
When adding or changing a Studio action, determine which modes support it and hide or disable it everywhere else.
GitHub에서 보기