{"id":32622,"date":"2025-04-08T12:49:02","date_gmt":"2025-04-08T04:49:02","guid":{"rendered":"https:\/\/www.1ai.net\/?p=32622"},"modified":"2025-04-08T12:49:02","modified_gmt":"2025-04-08T04:49:02","slug":"%e8%b0%b7%e6%ad%8c-gemini-ai-%e5%8d%87%e7%ba%a7%e6%96%87%e4%bb%b6%e5%88%86%e6%9e%90%e5%8a%9f%e8%83%bd%ef%bc%8c%e5%b0%86%e6%94%af%e6%8c%81-3gp%e3%80%81avi%e3%80%81mp4-%e7%ad%89-8-%e7%a7%8d%e8%a7%86","status":"publish","type":"post","link":"https:\/\/www.1ai.net\/en\/32622.html","title":{"rendered":"Google Gemini AI Upgrades File Analysis to Support 8 Video Formats Including 3GP, AVI, MP4 and More"},"content":{"rendered":"<p>April 8, 2011 - Technology media outlet Android Authority published a blog post today (April 8) that analyzed APK files and found that<a href=\"https:\/\/www.1ai.net\/en\/tag\/%e8%b0%b7%e6%ad%8c\" title=\"[View articles tagged with [Google]]\" target=\"_blank\" >Google<\/a> <a href=\"https:\/\/www.1ai.net\/en\/tag\/gemini\" title=\"[View articles tagged with [Gemini]]\" target=\"_blank\" >Gemini<\/a> Upcoming upgrades to the document analysis function.<strong>Added support for 8 video formats such as 3GP, AVI, FLV, etc.<\/strong><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.1ai.net\/wp-content\/uploads\/2025\/03\/6f40f4cdj00stauxx0026d000u000cem.jpg\" alt=\"With AI to deal with short plays, short films, short video creation, Gemini teaches you to use a picture directly raw ingredients mirror tutorials\" \/><\/p>\n<p>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.<\/p>\n<p>Attached is the code below:<\/p>\n<pre class=\"e_Il e_c prettyprint prettyprinted\"><span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_3gp_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">3GP<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_avi_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">AVI<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_flv_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">FLV<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_mov_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">MOV<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_mp4_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">MP4<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_mpeg_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">MPEG<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_mpg_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">MPG<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_webm_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">WEBM<\/span><span class=\"tag\"><\/span><\/pre>\n<p>the code string shows that the user can upload the video in bulk for analysis, but the system is limited by the total length of the video. the error hint field contains the units \"hours\" and \"minutes \" , implying that it will be controlled by the hour\/ minute. industry speculates that free accounts may face more severe restrictions, with specific standards to be officially published\u3002<\/p>\n<pre class=\"e_Il e_c prettyprint prettyprinted\"><span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_robin_attachment_video_total_duration_limit_exceeded_error_hours_icu\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">{duration plural =1 {Your combined video uploads must be one hour or less} other {Your combined video uploads must be # hours or less} }<\/span><span class=\"tag\"><\/span>\r\n<span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_robin_attachment_video_total_duration_limit_exceeded_error_minutes_icu\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">{duration plural =1 {Your combined video uploads must be one minute or less} other {Your combined video uploads must be # minutes or less} }<\/span><span class=\"tag\"><\/span><\/pre>\n<p>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.<\/p>\n<pre class=\"e_Il e_c prettyprint prettyprinted\"><span class=\"tag\">&lt;string<\/span><span class=\"pln\">\u00a0<\/span><span class=\"atn\">name<\/span><span class=\"pun\">=<\/span><span class=\"atv\">\"assistant_chat_github_attachment_file_type\"<\/span><span class=\"tag\">&gt;<\/span><span class=\"pln\">GitHub<\/span><span class=\"tag\"><\/span><\/pre>","protected":false},"excerpt":{"rendered":"<p>On April 8th, the tech-media Android Association released a book today (8 April) and, by analysing the APK document, discovered that Google Gemini was about to upgrade its file analysis, adding eight video formats to support 3GP, AVI, FLV, etc. Gemini currently has file analysis functions that support types such as documents, codes, tables, etc., but does not support video processing. The media analysis of Google App 16.13.38 test version code found that Gemini would be compatible with the 3GP, AVI, FLV, MOV, MP4 and other mainstream video formats. Attach the following code:<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[146],"tags":[436,281],"collection":[],"class_list":["post-32622","post","type-post","status-publish","format-standard","hentry","category-news","tag-gemini","tag-281"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/posts\/32622","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/comments?post=32622"}],"version-history":[{"count":0,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/posts\/32622\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/media?parent=32622"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/categories?post=32622"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/tags?post=32622"},{"taxonomy":"collection","embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/collection?post=32622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}