Quick After Effects script to change the frame rate of selected footage items or layers.
SetFootageFPS lets you instantly change the conform frame rate of footage without diving into interpret footage dialogs:
- Prompts for new FPS (defaults to 23.976)
- Applies to selected items - works on both footage in Project panel and layers in Timeline
- Batch processing - handles multiple selections at once
- Smart detection - automatically finds the source footage for timeline layers
Perfect for quickly conforming footage to match project settings or fixing frame rate issues.
-
Copy
SetFootageFPS.jsxto your After Effects Scripts folder:Windows: C:\Program Files\Adobe\Adobe After Effects [version]\Support Files\Scripts\ macOS: /Applications/Adobe After Effects [version]/Scripts/ -
Restart After Effects
- Select footage items in the Project panel
- Run File → Scripts → SetFootageFPS.jsx
- Enter new FPS (e.g., 24, 25, 29.97, 30, 60)
- Done! Footage frame rates updated
- Select layers in the Timeline
- Run File → Scripts → SetFootageFPS.jsx
- Enter new FPS
- Done! Source footage frame rates updated
- 23.976 - Film/Cinema standard
- 24 - True film rate
- 25 - PAL standard
- 29.97 - NTSC standard
- 30 - Web/digital standard
- 50 - PAL high frame rate
- 59.94 - NTSC high frame rate
- 60 - High frame rate standard
- Flexible selection - works from Project panel or Timeline
- Batch processing - change multiple footage items at once
- Smart source detection - finds footage source from timeline layers
- Undo support - single undo reverts all changes
- Input validation - prevents invalid FPS entries
- Conform footage to match project frame rate
- Fix imported footage with wrong frame rate interpretation
- Batch process multiple clips quickly
- Speed up workflow - no more right-click → Interpret Footage dialogs
- Adobe After Effects (any version with scripting support)
- Selected footage items (Project panel) or layers (Timeline)
- Footage must have a file source (not generated content)
- Common mistake: Remember this changes interpret settings, not composition frame rate
- Decimal precision: Use 23.976, 29.97, 59.94 for broadcast standards
- Multiple selection: Select all footage first, then run once
- Layer workflow: You can select timeline layers instead of hunting for footage in project
MIT