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:
@@ -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'],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user