Map<String, dynamic> toJson() { return <String, dynamic>{ 'width': width, 'height': height, 'mp4': mp4, 'mp4_size': mp4Size }; }