谷歌 Gemini AI 升级文件分析功能,将支持 3GP、AVI、MP4 等 8 种视频格式
GoodNav 在 4 月 8 日报道,科技媒体 Android Authority 今日发布了一篇博文,经过对 APK 文件的分析,揭示了谷歌 Gemini 即将增强的文件分析功能,将新增支持包括 3GP、AVI、FLV 在内的 8 种视频格式。
目前 Gemini 的文件分析功能涵盖文档、代码、表格等类型,但尚不支持视频处理。该媒体在分析 Google App 16.13.38 测试版的代码时,发现 Gemini 将支持 3GP、AVI、FLV、MOV、MP4 等常见视频格式。
相关代码如下:
<string name=\"assistant_chat_3gp_attachment_file_type\">3GP</string> <string name=\"assistant_chat_avi_attachment_file_type\">AVI</string> <string name=\"assistant_chat_flv_attachment_file_type\">FLV</string> <string name=\"assistant_chat_mov_attachment_file_type\">MOV</string> <string name=\"assistant_chat_mp4_attachment_file_type\">MP4</string> <string name=\"assistant_chat_mpeg_attachment_file_type\">MPEG</string> <string name=\"assistant_chat_mpg_attachment_file_type\">MPG</string> <string name=\"assistant_chat_webm_attachment_file_type\">WEBM</string>
上述代码字符串显示,用户可以进行批量视频上传以便进行分析,但系统会限制视频的总时长。错误提示字段包含 \”hours\” 和 \”minutes\”,这意味着会按照小时 / 分钟的方式进行管理。业界猜测,免费账户可能会面临更严格的限制,具体标准仍待官方确认。
<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> <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} }</string>
除了视频外,代码库中还出现了“GitHub”附件类型的字段,暗示 Gemini 可能将直接解析代码仓库,这将为开发者提供更高效的项目文件审查能力,但具体的技术细节仍需要后续验证。
<string name=\"assistant_chat_github_attachment_file_type\">GitHub</string>
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...