feat(video): add video format family, resolution control, and marquee pair

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-02 09:07:23 +02:00
co-authored by Claude Sonnet 5
parent 770d2c9bdc
commit afb0fed650
8 changed files with 50 additions and 6 deletions
+4
View File
@@ -23,4 +23,8 @@ export const FORMAT_FAMILIES = [
key: 'audio',
formats: ['mp3', 'wav', 'ogg', 'flac', 'aac', 'm4a'],
},
{
key: 'video',
formats: ['mp4', 'webm', 'mov', 'avi', 'mkv'],
},
];