<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Create.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Tools.CreateVideoImage.Create" %> <%= Import.Script("/jquery-1.44.min.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("js", "/global.js")%>

生成视频缩略图

<% if (string.IsNullOrEmpty(this.VideoResourcePath.VideoShow)) { %> 视频未转换完成、或非MP4文件,未能对视频进行截图。 <% } else { %> 根据视频格式不同,截取图片可能需要2-30秒。 <% } %>
<% if (!string.IsNullOrEmpty(this.VideoResourcePath.VideoShow)) { %>
文件名: <%= this.FileName %>
长度: <%= this.VideoInfo.Duration %> 编码格式: <%= this.VideoInfo.VCodec %> 帧宽度: <%= this.VideoInfo.Width %>
大小: <%= AVA.ResourcesPlatform.Config.Helper.FormatSize(this.VideoInfo.FileSize) %> 视频格式: <%= this.VideoInfo.VFormat %> 帧高度: <%= this.VideoInfo.Height %>
<% } %>