Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
text2video-frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周成波
text2video-frontend
Commits
35626ea2
Commit
35626ea2
authored
Oct 12, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
8d5c82cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
gen_digit_human_video.vue
src/views/home/gen_digit_human_video.vue
+7
-5
No files found.
src/views/home/gen_digit_human_video.vue
View file @
35626ea2
...
...
@@ -234,8 +234,9 @@ const onGenVideo = async () => {
>
<el-button
type=
"primary"
size=
"small"
>
上传
</el-button>
<template
#
tip
>
<div
class=
"el-upload__tip"
style=
"color: #ff0000"
>
wav 格式, 时长不大于 30秒, 文件小于 10M。
<div
class=
"el-upload__tip"
style=
"color: #ffff00"
>
上传一段说话的声音,比如正常读一段文字,20秒左右即可。文件格式为 wav,不大于
10M。
</div>
</
template
>
</el-upload>
...
...
@@ -256,8 +257,9 @@ const onGenVideo = async () => {
>
<el-button
type=
"primary"
size=
"small"
>
上传
</el-button>
<
template
#
tip
>
<div
class=
"el-upload__tip"
style=
"color: #ff0000"
>
mp4 格式, 时长 5秒左右即可, 文件小于 10M。
<div
class=
"el-upload__tip"
style=
"color: #ffff00"
>
上传一段出镜人物的视频,5-10秒即可,正面,说话嘴型能够清晰分辨。文件格式为
mp4,不大于 10M。
</div>
</
template
>
</el-upload>
...
...
@@ -278,7 +280,7 @@ const onGenVideo = async () => {
>
<el-button
type=
"primary"
size=
"small"
>
上传
</el-button>
<
template
#
tip
>
<div
class=
"el-upload__tip"
style=
"color: #ff
00
00"
>
<div
class=
"el-upload__tip"
style=
"color: #ff
ff
00"
>
可以上传视频(mp4)或图片(jpg, png),
作为最终视频的上半部分,也可以不上传,不传则只生成数字人视频。
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment