pan-3d-transition

Create 3D pan/swivel transition effects for videos using Remotion. Use when user asks to add 3D transitions, create swivel effects, or add video transitions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pan-3d-transition" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-pan-3d-transition

3D Pan Transition

Goal

Create 3D rotating "swivel" transition effects for videos using Remotion rendering.

Scripts

  • ./scripts/insert_3d_transition.py - Insert transition into video

Usage

python3 ./scripts/insert_3d_transition.py input.mp4 output.mp4 \
  --insert-at 3 \
  --duration 5 \
  --teaser-start 60 \
  --bg-image .tmp/bg.png

Parameters

ArgumentDefaultDescription
--insert-at3Where to insert (seconds)
--duration5Transition duration
--teaser-start60Where to sample content from
--bg-imagenoneBackground image

How It Works

  1. Extracts frames from later in video
  2. Creates 3D rotating animation via Remotion
  3. Splits video: intro, transition, main
  4. Concatenates with audio preserved

Dependencies

cd video_effects && npm install

Output

Video with swivel teaser inserted at specified position.


Schema

Inputs

NameTypeRequiredDescription
input_videofile_pathYesInput video file
insert_atintegerNoWhere to insert teaser (seconds, default: 3)
durationintegerNoTransition duration (seconds, default: 5)
teaser_startintegerNoWhere to sample content from (seconds, default: 60)
bg_imagefile_pathNoBackground image path

Outputs

NameTypeDescription
output_videofile_pathVideo with 3D transition inserted

Composable With

Skills that chain well with this one: video-edit

Cost

Free locally (Remotion + FFmpeg)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

design-website

No summary provided by upstream source.

Repository SourceNeeds Review