Returns a list of supported video file extensions.
Includes formats optimized for streaming and mobile playback.
static List<String> get videoExtensions => const ['mp4', 'mov', '3gp', 'webm'];