Feature description
Add an AI-powered auto reframe feature that automatically keeps the main subject centered while resizing videos into different aspect ratios like 9:16, 1:1, and 16:9.
Problem this solves
Currently, users need to manually adjust crop positions while converting videos for social media formats. This becomes difficult for moving subjects and longer clips.
Proposed solution
Implement smart reframing using:
- Face detection
- Subject tracking
- Auto center crop
- Dynamic crop adjustment based on movement
The feature should:
- Detect the main subject in the video
- Track movement across frames
- Automatically reposition the crop area
- Export properly framed videos for selected aspect ratios
Possible implementation
- MediaPipe face detection
- OpenCV tracking
- FFmpeg crop pipeline integration
Inspired by
- AutoCrop Vertical
- ClipsAI smart reframing
Alternatives considered
Basic static center crop, but it does not work well for moving subjects.
Additional context
This feature would greatly improve short-form content generation and reduce manual editing effort for creators.
cc: @magic-peach assign this issue to me.
Feature description
Add an AI-powered auto reframe feature that automatically keeps the main subject centered while resizing videos into different aspect ratios like 9:16, 1:1, and 16:9.
Problem this solves
Currently, users need to manually adjust crop positions while converting videos for social media formats. This becomes difficult for moving subjects and longer clips.
Proposed solution
Implement smart reframing using:
The feature should:
Possible implementation
Inspired by
Alternatives considered
Basic static center crop, but it does not work well for moving subjects.
Additional context
This feature would greatly improve short-form content generation and reduce manual editing effort for creators.
cc: @magic-peach assign this issue to me.