tencent cloud

DocumentaçãoMedia Processing Service

Replicating a Popular Design

Baixar
Modo Foco
Tamanho da Fonte
Última atualização: 2026-09-11 14:59:57
Traduzido por IA

Feature Introduction

Viral Video Replication can convert a proven viral video into a reusable creation template. You only need to provide a viral reference video and product image, and the system will automatically learn the style, pacing, and shot structure of the reference video, then combine them with your product to generate a new marketing video with consistent style and pacing.
Applicable scenarios: e-commerce promotional short videos, cross-border marketing materials, and batch replication of influencer styles.

Prerequisites

Before using this feature, you need to complete the following preliminary operations:
Register or log in to a Tencent Cloud account, activate MPS, and complete the service role authorization.
If you use a Tencent Cloud sub-account, ensure the account has sufficient permissions to use MPS.
For detailed guidance, see Getting Started. For account authorization issues, see the Account Authorization document.

Billing Overview

A fee is charged for "Viral Video Replication". For detailed pricing, see the Billing Description document.

Creating a Popular Design Replication Task

Call the CloneViral API to initiate a Viral Video Replication task.
Core Parameters
Parameter
Type
Required
Description
VideoUrl
String
Yes
URL of a trending reference video.
Product.Images
Array of String
Yes
Product image URLs. Up to 9 images can be uploaded.
Product.Name
String
No
Product name.
Product.Description
String
No
Product selling point description.
Generation Parameters (AIGCParam)
Parameter
Type
Required
Description
AIGCParam.Duration
Integer
No
Video duration in seconds. Valid values: 4 to 15.
AIGCParam.AspectRatio
String
No
Aspect ratio: 16:9 / 4:3 / 1:1 / 3:4 / 9:16 / 21:9 / adaptive.
AIGCParam.Resolution
String
No
Resolution: 720p (default) / 1080p / 2k / 4k.
AIGCParam.ModelTier
String
No
Model Parameter
flagship (default): Premium edition.
standard: Standard edition.
Content and Style Parameters (ContentParam)
Parameter
Type
Required
Description
ContentParam.UserPrompt
String
No
Custom prompt, an additional requirement for the generated video.
ContentParam.Language
String
No
Spoken language of the generated video. Options: zh (Chinese) / en (English) / ja (Japanese) / ko (Korean) / es (Spanish) / pt (Portuguese) / instrumental (pure music without voiceover).
ContentParam.Market
String
No
Target market of the generated video, which affects localization style. Options: north_america (North America) / europe (Europe) / china (China) / japan (Japan) / korea (South Korea) / sea (Southeast Asia) / brazil (Brazil).
ContentParam.FissionLevel
String
No
Controls the replication degree of the generated video relative to the reference video: exact (default, 1:1 replication) stays close to the original, while high allows the greatest creative interpretation. Options: exact / low / medium / high.
Model Persona Parameters (Persona)
Parameter
Type
Required
Description
Persona.Gender
String
No
Model gender. Optional values: male/female/any.
Persona.Age
String
No
Age group. Optional values: teenager/youth/middle_aged/senior.
Persona.Ethnicity
String
No
Appearance. Optional values: caucasian/asian/latino/african/middle_eastern.
Persona.BodyType
String
No
Body type. Optional values: slim/standard/athletic/chubby.
Initiation example:

{
"VideoUrl": "https://cg-1234567.cos.ap-guangzhou.myqcloud.com/video.mp4", // Replace it with your reference video.
"Product": {
"Images": [
"https://cg-1234567.cos.ap-guangzhou.myqcloud.com/pic1.png", // Replace it with your reference product image. You can upload up to 9 images.
"https://cg-1234567.cos.ap-guangzhou.myqcloud.com/pic2.png",
"https://cg-1234567.cos.ap-guangzhou.myqcloud.com/pic3.png"
],
"Name": "Ice Silk White Dress", // Product name
"Description": "Cool ice silk fabric, quick-drying and breathable, available in multiple colors" // Product description
},
"AIGCParam": {
"Duration": 10, // Duration of the generated video in seconds. Valid values range from 4 to 15.
"AspectRatio": "9:16", // Aspect ratio of the generated video.
"Resolution": "720p", // Resolution of the generated video.
"ModelTier": "flagship" // Model parameter
},
"ContentParam": {
"UserPrompt": "Show the product in a sunny park scene", // Custom prompt that specifies additional requirements for the generated video.
"Language": "zh", // Target language of the generated video.
"Market": "China", // Target market
"FissionLevel": "exact" // Fission level
},
"Persona": { // Specifies the model image for the generated video.
"Gender": "female", // Model gender
"Age": "youth", // Model age
"Ethnicity": "asian", // Model ethnicity
"BodyType": "standard" // Model body type
}
}

Querying the Task Result

After you initiate a viral video replication task using CloneViral, a task ID (TaskId) is returned, for example: 24000191-ViralClone-92e56dab-2a5b-4537-b49f-xxxxxxxxxd4903f. To obtain the task result, call the DescribeCloneViralTask API and provide the task ID.
Successful response example:
{
"Response": {
"Status": "DONE",
"VideoUrls": [ // Generated video URLs. These URLs are temporary addresses. Download or transfer them to your own storage space promptly after obtaining them.
"https://laurie-tmp-1234567.cos.ap-nanjing.myqcloud.com/viral_clone/20260720/24000191-ViralClone-92e56dab-2a5b-4537-b49f-xxxxxxd4903f/clip.mp4"
],
"RequestId": "74aeda83-63cc-4404-9f10-e43e841d242c"
}
}


Ajuda e Suporte

Esta página foi útil?

comentários