April 8, 2011 - Technology media outlet Android Authority published a blog post today (April 8) that analyzed APK files and found thatGoogle Gemini Upcoming upgrades to the document analysis function.Added support for 8 video formats such as 3GP, AVI, FLV, etc.

Gemini's existing file analysis function supports document, code, form and other types, but does not support video processing for the time being. The media analyzed the Google App 16.13.38 beta code and found that Gemini will be compatible with 3GP, AVI, FLV, MOV, MP4 and other mainstream video formats.
Attached is the code below:
<string name="assistant_chat_3gp_attachment_file_type">3GP <string name="assistant_chat_avi_attachment_file_type">AVI <string name="assistant_chat_flv_attachment_file_type">FLV <string name="assistant_chat_mov_attachment_file_type">MOV <string name="assistant_chat_mp4_attachment_file_type">MP4 <string name="assistant_chat_mpeg_attachment_file_type">MPEG <string name="assistant_chat_mpg_attachment_file_type">MPG <string name="assistant_chat_webm_attachment_file_type">WEBM
The code string indicates that users can upload videos in bulk for analysis, but the system will set a limit on the total length of the videos. The error message field contains the units "hours" and "minutes", suggesting that the control will be graded by hours/minutes. The industry speculates that free accounts may face stricter restrictions, pending an official announcement.
<string name="assistant_robin_attachment_video_total_duration_limit_exceeded_error_hours_icu">{duration plural =1 {Your combined video uploads must be one hour or less} other {Your combined video uploads must be # hours or less} } <string name="assistant_robin_attachment_video_total_duration_limit_exceeded_error_minutes_icu">{duration plural =1 {Your combined video uploads must be one minute or less} other {Your combined video uploads must be # minutes or less} }
In addition to the video, the presence of a "GitHub" attachment type field in the code repository suggests that Gemini may be able to parse the code repository directly, which would help developers review project files more efficiently, although the technical details remain to be verified.
<string name="assistant_chat_github_attachment_file_type">GitHub