OpenCut-app / OpenCut-app/OpenCut
[FEATURE] Export presets for YouTube, TikTok, Instagram with auto aspect ratios
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Description
The export dialog has quality presets (Low/Medium/High/Very High) but no platform-specific presets.
Expected Behavior
Add one-click export presets:
- YouTube: 1920x1080, H.264, 8Mbps, 30/60fps
- TikTok: 1080x1920 (9:16), H.264, 6Mbps, 30fps
- Instagram Reels: 1080x1920 (9:16), H.264, 5Mbps, 30fps
- Instagram Post: 1080x1080 (1:1), H.264, 5Mbps
- Twitter/X: 1280x720, H.264, 5Mbps
Each preset should auto-set resolution, bitrate, and codec.
Files
- `apps/web/src/components/editor/export-button.tsx`
- `apps/web/src/lib/export.ts`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with apps/web/src/components/editor/export-button.tsx and apps/web/src/lib/export.ts to trace how existing quality presets are represented and applied. Add the five platform presets with the listed resolution, aspect ratio, codec, bitrate, and frame-rate values. Done means each preset can be selected from the export dialog and applies its specified settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100