API Config

如何获取 API Key:How to get API Key:

Upload Video
▶ 视频 A▶ Video A

拖拽或点击上传Drag or click to upload

MP4, MOV, AVI

文件:document:

大小:size:

时长:Duration:

▶ 视频 B▶ Video B

拖拽或点击上传Drag or click to upload

MP4, MOV, AVI

文件:document:

大小:size:

时长:Duration:

正在分析视频内容,请稍候...Video content is being analyzed, please wait...提取视频关键帧中...Extracting video key frames...

Analysis Report
History
[ < VIBECODING ]
`; } function downloadFile(content, filename, mime) { const blob = new Blob([content], { type: mime }); const a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = filename; a.click(); URL.revokeObjectURL(a.href); } function openReportHTML() { if (!lastReportData) { alert('暂无分析报告'); return; } const { name } = lastReportData; const html = buildExportHTML('', name); const blob = new Blob([html], { type: 'text/html;charset=utf-8' }); window.open(URL.createObjectURL(blob), '_blank'); }`; } function downloadFile(content, filename, mime) { const blob = new Blob([content], { type: mime }); const a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = filename; a.click(); URL.revokeObjectURL(a.href); } function openReportHTML() { if (!lastReportData) { alert('No analysis report'); return; } const { name } = lastReportData; const html = buildExportHTML('', name); const blob = new Blob([html], { type: 'text/html;charset=utf-8' }); window.open(URL.createObjectURL(blob), '_blank'); }