{[['video','🎬 Video (WebM)'],['png','🖼 PNG Sequence']].map(([id,lbl])=>(
))}
{/* Quality */}
Frame Quality
{Math.round(quality*100)}%
setQuality(+e.target.value)} />
{/* FPS (video only) */}
{mode === 'video' && (
Output FPS
{[24,30,60].map(f=>(
))}
)}
{/* Render tips */}
💡 Tips for best results:
• Add a camera in the 🎥 tab and set camera keyframes
• Use Enter Camera View before rendering
• Higher quality = larger file size
• PNG sequence → use in Premiere / DaVinci for pro editing
{/* Progress */}
{isExporting && (
{status}
{exportProgress}%
)}
{/* Status message */}
{status && !isExporting && (