tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getMpsSchedules
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of mps schedules
Example Usage
Query the enabled schedules.
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const schedules = tencentcloud.getMpsSchedules({
status: "Enabled",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
schedules = tencentcloud.get_mps_schedules(status="Enabled")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetMpsSchedules(ctx, &tencentcloud.GetMpsSchedulesArgs{
Status: pulumi.StringRef("Enabled"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var schedules = Tencentcloud.GetMpsSchedules.Invoke(new()
{
Status = "Enabled",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetMpsSchedulesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var schedules = TencentcloudFunctions.getMpsSchedules(GetMpsSchedulesArgs.builder()
.status("Enabled")
.build());
}
}
variables:
schedules:
fn::invoke:
function: tencentcloud:getMpsSchedules
arguments:
status: Enabled
Using getMpsSchedules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMpsSchedules(args: GetMpsSchedulesArgs, opts?: InvokeOptions): Promise<GetMpsSchedulesResult>
function getMpsSchedulesOutput(args: GetMpsSchedulesOutputArgs, opts?: InvokeOptions): Output<GetMpsSchedulesResult>
def get_mps_schedules(id: Optional[str] = None,
result_output_file: Optional[str] = None,
schedule_ids: Optional[Sequence[float]] = None,
status: Optional[str] = None,
trigger_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMpsSchedulesResult
def get_mps_schedules_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
schedule_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
status: Optional[pulumi.Input[str]] = None,
trigger_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMpsSchedulesResult]
func GetMpsSchedules(ctx *Context, args *GetMpsSchedulesArgs, opts ...InvokeOption) (*GetMpsSchedulesResult, error)
func GetMpsSchedulesOutput(ctx *Context, args *GetMpsSchedulesOutputArgs, opts ...InvokeOption) GetMpsSchedulesResultOutput
> Note: This function is named GetMpsSchedules
in the Go SDK.
public static class GetMpsSchedules
{
public static Task<GetMpsSchedulesResult> InvokeAsync(GetMpsSchedulesArgs args, InvokeOptions? opts = null)
public static Output<GetMpsSchedulesResult> Invoke(GetMpsSchedulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMpsSchedulesResult> getMpsSchedules(GetMpsSchedulesArgs args, InvokeOptions options)
public static Output<GetMpsSchedulesResult> getMpsSchedules(GetMpsSchedulesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getMpsSchedules:getMpsSchedules
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Schedule
Ids List<double> - The IDs of the schemes to query. Array length limit: 100.
- Status string
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - Trigger
Type string - The trigger type. Valid values:
CosFileUpload
: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload
: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
- Id string
- Result
Output stringFile - Used to save results.
- Schedule
Ids []float64 - The IDs of the schemes to query. Array length limit: 100.
- Status string
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - Trigger
Type string - The trigger type. Valid values:
CosFileUpload
: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload
: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
- id String
- result
Output StringFile - Used to save results.
- schedule
Ids List<Double> - The IDs of the schemes to query. Array length limit: 100.
- status String
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - trigger
Type String - The trigger type. Valid values:
CosFileUpload
: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload
: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
- id string
- result
Output stringFile - Used to save results.
- schedule
Ids number[] - The IDs of the schemes to query. Array length limit: 100.
- status string
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - trigger
Type string - The trigger type. Valid values:
CosFileUpload
: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload
: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
- id str
- result_
output_ strfile - Used to save results.
- schedule_
ids Sequence[float] - The IDs of the schemes to query. Array length limit: 100.
- status str
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - trigger_
type str - The trigger type. Valid values:
CosFileUpload
: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload
: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
- id String
- result
Output StringFile - Used to save results.
- schedule
Ids List<Number> - The IDs of the schemes to query. Array length limit: 100.
- status String
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - trigger
Type String - The trigger type. Valid values:
CosFileUpload
: The scheme is triggered when a file is uploaded to Tencent Cloud Object Storage (COS).AwsS3FileUpload
: The scheme is triggered when a file is uploaded to AWS S3.If you do not specify this parameter or leave it empty, all schemes will be returned regardless of the trigger type.
getMpsSchedules Result
The following output properties are available:
- Id string
- Schedule
Info List<GetSets Mps Schedules Schedule Info Set> - The information of the schemes.
- Result
Output stringFile - Schedule
Ids List<double> - Status string
- The scheme status. Valid values:
Enabled``Disabled
Note: This field may return null, indicating that no valid values can be obtained. - Trigger
Type string
- Id string
- Schedule
Info []GetSets Mps Schedules Schedule Info Set - The information of the schemes.
- Result
Output stringFile - Schedule
Ids []float64 - Status string
- The scheme status. Valid values:
Enabled``Disabled
Note: This field may return null, indicating that no valid values can be obtained. - Trigger
Type string
- id String
- schedule
Info List<GetSets Mps Schedules Schedule Info Set> - The information of the schemes.
- result
Output StringFile - schedule
Ids List<Double> - status String
- The scheme status. Valid values:
Enabled``Disabled
Note: This field may return null, indicating that no valid values can be obtained. - trigger
Type String
- id string
- schedule
Info GetSets Mps Schedules Schedule Info Set[] - The information of the schemes.
- result
Output stringFile - schedule
Ids number[] - status string
- The scheme status. Valid values:
Enabled``Disabled
Note: This field may return null, indicating that no valid values can be obtained. - trigger
Type string
- id str
- schedule_
info_ Sequence[Getsets Mps Schedules Schedule Info Set] - The information of the schemes.
- result_
output_ strfile - schedule_
ids Sequence[float] - status str
- The scheme status. Valid values:
Enabled``Disabled
Note: This field may return null, indicating that no valid values can be obtained. - trigger_
type str
- id String
- schedule
Info List<Property Map>Sets - The information of the schemes.
- result
Output StringFile - schedule
Ids List<Number> - status String
- The scheme status. Valid values:
Enabled``Disabled
Note: This field may return null, indicating that no valid values can be obtained. - trigger
Type String
Supporting Types
GetMpsSchedulesScheduleInfoSet
- Activities
List<Get
Mps Schedules Schedule Info Set Activity> - The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- Create
Time string - The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- Output
Dir string - The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Output
Storages List<GetMps Schedules Schedule Info Set Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Resource
Id string - The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
- Schedule
Id double - The scheme ID.
- Schedule
Name string - The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
- Status string
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - Task
Notify List<GetConfigs Mps Schedules Schedule Info Set Task Notify Config> - The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
- Triggers
List<Get
Mps Schedules Schedule Info Set Trigger> - The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- Update
Time string - The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- Activities
[]Get
Mps Schedules Schedule Info Set Activity - The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- Create
Time string - The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- Output
Dir string - The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Output
Storages []GetMps Schedules Schedule Info Set Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Resource
Id string - The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
- Schedule
Id float64 - The scheme ID.
- Schedule
Name string - The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
- Status string
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - Task
Notify []GetConfigs Mps Schedules Schedule Info Set Task Notify Config - The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
- Triggers
[]Get
Mps Schedules Schedule Info Set Trigger - The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- Update
Time string - The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- activities
List<Get
Mps Schedules Schedule Info Set Activity> - The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- create
Time String - The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- output
Dir String - The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- output
Storages List<GetMps Schedules Schedule Info Set Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- resource
Id String - The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
- schedule
Id Double - The scheme ID.
- schedule
Name String - The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
- status String
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - task
Notify List<GetConfigs Mps Schedules Schedule Info Set Task Notify Config> - The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
- triggers
List<Get
Mps Schedules Schedule Info Set Trigger> - The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- update
Time String - The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- activities
Get
Mps Schedules Schedule Info Set Activity[] - The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- create
Time string - The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- output
Dir string - The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- output
Storages GetMps Schedules Schedule Info Set Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- resource
Id string - The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
- schedule
Id number - The scheme ID.
- schedule
Name string - The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
- status string
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - task
Notify GetConfigs Mps Schedules Schedule Info Set Task Notify Config[] - The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
- triggers
Get
Mps Schedules Schedule Info Set Trigger[] - The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- update
Time string - The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- activities
Sequence[Get
Mps Schedules Schedule Info Set Activity] - The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- create_
time str - The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- output_
dir str - The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- output_
storages Sequence[GetMps Schedules Schedule Info Set Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- resource_
id str - The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
- schedule_
id float - The scheme ID.
- schedule_
name str - The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
- status str
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - task_
notify_ Sequence[Getconfigs Mps Schedules Schedule Info Set Task Notify Config] - The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
- triggers
Sequence[Get
Mps Schedules Schedule Info Set Trigger] - The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- update_
time str - The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- activities List<Property Map>
- The subtasks of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- create
Time String - The creation time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
- output
Dir String - The directory to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- resource
Id String - The resource ID. If there is no associated resource ID, fill it with the account's main resource ID.
- schedule
Id Number - The scheme ID.
- schedule
Name String - The scheme name.Note: This field may return null, indicating that no valid values can be obtained.
- status String
- The scheme status. Valid values:
Enabled
,Disabled
. If you do not specify this parameter, all schemes will be returned regardless of the status. - task
Notify List<Property Map>Configs - The notification configuration.Note: This field may return null, indicating that no valid values can be obtained.
- triggers List<Property Map>
- The trigger of the scheme.Note: This field may return null, indicating that no valid values can be obtained.
- update
Time String - The last updated time in ISO date format.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivity
- Activity
Paras List<GetMps Schedules Schedule Info Set Activity Activity Para> - The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
- Activity
Type string - The subtask type.
input
: The start.output
: The end.action-trans
: Transcoding.action-samplesnapshot
: Sampled screencapturing.action-AIAnalysis
: Content analysis.action-AIRecognition
: Content recognition.action-aiReview
: Content moderation.action-animated-graphics
: Animated screenshot generation.action-image-sprite
: Image sprite generation.action-snapshotByTimeOffset
: Time point screencapturing.action-adaptive-substream
: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained. - Reardrive
Indices List<double> - The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
- Activity
Paras []GetMps Schedules Schedule Info Set Activity Activity Para - The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
- Activity
Type string - The subtask type.
input
: The start.output
: The end.action-trans
: Transcoding.action-samplesnapshot
: Sampled screencapturing.action-AIAnalysis
: Content analysis.action-AIRecognition
: Content recognition.action-aiReview
: Content moderation.action-animated-graphics
: Animated screenshot generation.action-image-sprite
: Image sprite generation.action-snapshotByTimeOffset
: Time point screencapturing.action-adaptive-substream
: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained. - Reardrive
Indices []float64 - The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
- activity
Paras List<GetMps Schedules Schedule Info Set Activity Activity Para> - The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
- activity
Type String - The subtask type.
input
: The start.output
: The end.action-trans
: Transcoding.action-samplesnapshot
: Sampled screencapturing.action-AIAnalysis
: Content analysis.action-AIRecognition
: Content recognition.action-aiReview
: Content moderation.action-animated-graphics
: Animated screenshot generation.action-image-sprite
: Image sprite generation.action-snapshotByTimeOffset
: Time point screencapturing.action-adaptive-substream
: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained. - reardrive
Indices List<Double> - The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
- activity
Paras GetMps Schedules Schedule Info Set Activity Activity Para[] - The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
- activity
Type string - The subtask type.
input
: The start.output
: The end.action-trans
: Transcoding.action-samplesnapshot
: Sampled screencapturing.action-AIAnalysis
: Content analysis.action-AIRecognition
: Content recognition.action-aiReview
: Content moderation.action-animated-graphics
: Animated screenshot generation.action-image-sprite
: Image sprite generation.action-snapshotByTimeOffset
: Time point screencapturing.action-adaptive-substream
: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained. - reardrive
Indices number[] - The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
- activity_
paras Sequence[GetMps Schedules Schedule Info Set Activity Activity Para] - The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
- activity_
type str - The subtask type.
input
: The start.output
: The end.action-trans
: Transcoding.action-samplesnapshot
: Sampled screencapturing.action-AIAnalysis
: Content analysis.action-AIRecognition
: Content recognition.action-aiReview
: Content moderation.action-animated-graphics
: Animated screenshot generation.action-image-sprite
: Image sprite generation.action-snapshotByTimeOffset
: Time point screencapturing.action-adaptive-substream
: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained. - reardrive_
indices Sequence[float] - The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
- activity
Paras List<Property Map> - The parameters of a subtask.Note: This field may return null, indicating that no valid values can be obtained.
- activity
Type String - The subtask type.
input
: The start.output
: The end.action-trans
: Transcoding.action-samplesnapshot
: Sampled screencapturing.action-AIAnalysis
: Content analysis.action-AIRecognition
: Content recognition.action-aiReview
: Content moderation.action-animated-graphics
: Animated screenshot generation.action-image-sprite
: Image sprite generation.action-snapshotByTimeOffset
: Time point screencapturing.action-adaptive-substream
: Adaptive bitrate streaming.Note: This field may return null, indicating that no valid values can be obtained. - reardrive
Indices List<Number> - The indexes of the subsequent actions.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityPara
- Adaptive
Dynamic List<GetStreaming Tasks Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task> - An adaptive bitrate streaming task.
- Ai
Analysis List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Analysis Task> - A content analysis task.
- Ai
Content List<GetReview Tasks Mps Schedules Schedule Info Set Activity Activity Para Ai Content Review Task> - A content moderation task.
- Ai
Recognition List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Recognition Task> - A content recognition task.
- Animated
Graphic List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task> - An animated screenshot generation task.
- Image
Sprite List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task> - An image sprite generation task.
- Sample
Snapshot List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task> - A sampled screencapturing task.
- Snapshot
By List<GetTime Offset Tasks Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task> - A time point screencapturing task.
- Transcode
Tasks List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task> - A transcoding task.
- Adaptive
Dynamic []GetStreaming Tasks Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task - An adaptive bitrate streaming task.
- Ai
Analysis []GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Analysis Task - A content analysis task.
- Ai
Content []GetReview Tasks Mps Schedules Schedule Info Set Activity Activity Para Ai Content Review Task - A content moderation task.
- Ai
Recognition []GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Recognition Task - A content recognition task.
- Animated
Graphic []GetTasks Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task - An animated screenshot generation task.
- Image
Sprite []GetTasks Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task - An image sprite generation task.
- Sample
Snapshot []GetTasks Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task - A sampled screencapturing task.
- Snapshot
By []GetTime Offset Tasks Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task - A time point screencapturing task.
- Transcode
Tasks []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task - A transcoding task.
- adaptive
Dynamic List<GetStreaming Tasks Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task> - An adaptive bitrate streaming task.
- ai
Analysis List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Analysis Task> - A content analysis task.
- ai
Content List<GetReview Tasks Mps Schedules Schedule Info Set Activity Activity Para Ai Content Review Task> - A content moderation task.
- ai
Recognition List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Recognition Task> - A content recognition task.
- animated
Graphic List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task> - An animated screenshot generation task.
- image
Sprite List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task> - An image sprite generation task.
- sample
Snapshot List<GetTasks Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task> - A sampled screencapturing task.
- snapshot
By List<GetTime Offset Tasks Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task> - A time point screencapturing task.
- transcode
Tasks List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task> - A transcoding task.
- adaptive
Dynamic GetStreaming Tasks Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task[] - An adaptive bitrate streaming task.
- ai
Analysis GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Analysis Task[] - A content analysis task.
- ai
Content GetReview Tasks Mps Schedules Schedule Info Set Activity Activity Para Ai Content Review Task[] - A content moderation task.
- ai
Recognition GetTasks Mps Schedules Schedule Info Set Activity Activity Para Ai Recognition Task[] - A content recognition task.
- animated
Graphic GetTasks Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task[] - An animated screenshot generation task.
- image
Sprite GetTasks Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task[] - An image sprite generation task.
- sample
Snapshot GetTasks Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task[] - A sampled screencapturing task.
- snapshot
By GetTime Offset Tasks Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task[] - A time point screencapturing task.
- transcode
Tasks GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task[] - A transcoding task.
- adaptive_
dynamic_ Sequence[Getstreaming_ tasks Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task] - An adaptive bitrate streaming task.
- ai_
analysis_ Sequence[Gettasks Mps Schedules Schedule Info Set Activity Activity Para Ai Analysis Task] - A content analysis task.
- ai_
content_ Sequence[Getreview_ tasks Mps Schedules Schedule Info Set Activity Activity Para Ai Content Review Task] - A content moderation task.
- ai_
recognition_ Sequence[Gettasks Mps Schedules Schedule Info Set Activity Activity Para Ai Recognition Task] - A content recognition task.
- animated_
graphic_ Sequence[Gettasks Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task] - An animated screenshot generation task.
- image_
sprite_ Sequence[Gettasks Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task] - An image sprite generation task.
- sample_
snapshot_ Sequence[Gettasks Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task] - A sampled screencapturing task.
- snapshot_
by_ Sequence[Gettime_ offset_ tasks Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task] - A time point screencapturing task.
- transcode_
tasks Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task] - A transcoding task.
- adaptive
Dynamic List<Property Map>Streaming Tasks - An adaptive bitrate streaming task.
- ai
Analysis List<Property Map>Tasks - A content analysis task.
- ai
Content List<Property Map>Review Tasks - A content moderation task.
- ai
Recognition List<Property Map>Tasks - A content recognition task.
- animated
Graphic List<Property Map>Tasks - An animated screenshot generation task.
- image
Sprite List<Property Map>Tasks - An image sprite generation task.
- sample
Snapshot List<Property Map>Tasks - A sampled screencapturing task.
- snapshot
By List<Property Map>Time Offset Tasks - A time point screencapturing task.
- transcode
Tasks List<Property Map> - A transcoding task.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTask
- Add
On List<GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle> - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- Definition double
- ID of a watermarking template.
- Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Segment
Object stringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - Sub
Stream stringObject Name - The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default:
{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}
. - Watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- Add
On []GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- Definition float64
- ID of a watermarking template.
- Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Segment
Object stringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - Sub
Stream stringObject Name - The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default:
{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}
. - Watermark
Sets []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- add
On List<GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle> - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- definition Double
- ID of a watermarking template.
- output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- segment
Object StringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - sub
Stream StringObject Name - The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default:
{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}
. - watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- add
On GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle[] - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- definition number
- ID of a watermarking template.
- output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- segment
Object stringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - sub
Stream stringObject Name - The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default:
{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}
. - watermark
Sets GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set[] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- add_
on_ Sequence[Getsubtitles Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle] - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- definition float
- ID of a watermarking template.
- output_
object_ strpath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output_
storages Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- segment_
object_ strname - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - sub_
stream_ strobject_ name - The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default:
{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}
. - watermark_
sets Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- add
On List<Property Map>Subtitles - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- definition Number
- ID of a watermarking template.
- output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- segment
Object StringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - sub
Stream StringObject Name - The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default:
{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}
. - watermark
Sets List<Property Map> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitle
- Subtitles
List<Get
Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle> - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Subtitles
[]Get
Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles
List<Get
Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle> - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles
Get
Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle[] - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles
Sequence[Get
Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle] - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles List<Property Map>
- The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitle
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Add On Subtitle Subtitle Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskAddOnSubtitleSubtitleUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSet
- Definition double
- ID of a watermarking template.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- Definition float64
- ID of a watermarking template.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Double
- ID of a watermarking template.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition number
- ID of a watermarking template.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter[] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition float
- ID of a watermarking template.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw_
parameters Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg_
content str - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text_
content str - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Number
- ID of a watermarking template.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<Property Map> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameter
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template[] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos string - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos string - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate_
origin str - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x_
pos str - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y_
pos str - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<Property Map> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplate
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content[] - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height str
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image_
contents Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content] - Input content of watermark image. JPEG and PNG images are supported.
- repeat_
type str - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width str
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<Property Map> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContent
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Adaptive Dynamic Streaming Task Watermark Set Raw Parameter Image Template Image Content Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAdaptiveDynamicStreamingTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAiAnalysisTask
- Definition double
- ID of a watermarking template.
- Extended
Parameter string - An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
- Definition float64
- ID of a watermarking template.
- Extended
Parameter string - An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
- definition Double
- ID of a watermarking template.
- extended
Parameter String - An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
- definition number
- ID of a watermarking template.
- extended
Parameter string - An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
- definition float
- ID of a watermarking template.
- extended_
parameter str - An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
- definition Number
- ID of a watermarking template.
- extended
Parameter String - An extended parameter, whose value is a stringfied JSON.Note: This parameter is for customers with special requirements. It needs to be customized offline.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAiContentReviewTask
- Definition double
- ID of a watermarking template.
- Definition float64
- ID of a watermarking template.
- definition Double
- ID of a watermarking template.
- definition number
- ID of a watermarking template.
- definition float
- ID of a watermarking template.
- definition Number
- ID of a watermarking template.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAiRecognitionTask
- Definition double
- ID of a watermarking template.
- Definition float64
- ID of a watermarking template.
- definition Double
- ID of a watermarking template.
- definition number
- ID of a watermarking template.
- definition float
- ID of a watermarking template.
- definition Number
- ID of a watermarking template.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTask
- Definition double
- ID of a watermarking template.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Definition float64
- ID of a watermarking template.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- definition Double
- ID of a watermarking template.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- definition number
- ID of a watermarking template.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- definition float
- ID of a watermarking template.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- output_
object_ strpath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output_
storages Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- definition Number
- ID of a watermarking template.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Animated Graphic Task Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetActivityActivityParaAnimatedGraphicTaskOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTask
- Definition double
- ID of a watermarking template.
- Object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Web
Vtt stringObject Name - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_imageSprite_{definition}.{format}
.
- Definition float64
- ID of a watermarking template.
- Object
Number []GetFormats Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Object Number Format - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Web
Vtt stringObject Name - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_imageSprite_{definition}.{format}
.
- definition Double
- ID of a watermarking template.
- object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- web
Vtt StringObject Name - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_imageSprite_{definition}.{format}
.
- definition number
- ID of a watermarking template.
- object
Number GetFormats Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Object Number Format[] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- web
Vtt stringObject Name - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_imageSprite_{definition}.{format}
.
- definition float
- ID of a watermarking template.
- object_
number_ Sequence[Getformats Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Object Number Format] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output_
object_ strpath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output_
storages Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- web_
vtt_ strobject_ name - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_imageSprite_{definition}.{format}
.
- definition Number
- ID of a watermarking template.
- object
Number List<Property Map>Formats - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- web
Vtt StringObject Name - Output path to the WebVTT file after an image sprite is generated, which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_imageSprite_{definition}.{format}
.
GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskObjectNumberFormat
- Increment double
- Increment of the
{number}
variable. Default value: 1. - Initial
Value double - Start value of the
{number}
variable. Default value: 0. - Min
Length double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- Increment float64
- Increment of the
{number}
variable. Default value: 1. - Initial
Value float64 - Start value of the
{number}
variable. Default value: 0. - Min
Length float64 - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Double
- Increment of the
{number}
variable. Default value: 1. - initial
Value Double - Start value of the
{number}
variable. Default value: 0. - min
Length Double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment number
- Increment of the
{number}
variable. Default value: 1. - initial
Value number - Start value of the
{number}
variable. Default value: 0. - min
Length number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment float
- Increment of the
{number}
variable. Default value: 1. - initial_
value float - Start value of the
{number}
variable. Default value: 0. - min_
length float - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place_
holder str - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Number
- Increment of the
{number}
variable. Default value: 1. - initial
Value Number - Start value of the
{number}
variable. Default value: 0. - min
Length Number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Image Sprite Task Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetActivityActivityParaImageSpriteTaskOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTask
- Definition double
- ID of a watermarking template.
- Object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- Definition float64
- ID of a watermarking template.
- Object
Number []GetFormats Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Object Number Format - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Watermark
Sets []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition Double
- ID of a watermarking template.
- object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition number
- ID of a watermarking template.
- object
Number GetFormats Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Object Number Format[] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark
Sets GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set[] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition float
- ID of a watermarking template.
- object_
number_ Sequence[Getformats Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Object Number Format] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output_
object_ strpath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output_
storages Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark_
sets Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition Number
- ID of a watermarking template.
- object
Number List<Property Map>Formats - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark
Sets List<Property Map> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskObjectNumberFormat
- Increment double
- Increment of the
{number}
variable. Default value: 1. - Initial
Value double - Start value of the
{number}
variable. Default value: 0. - Min
Length double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- Increment float64
- Increment of the
{number}
variable. Default value: 1. - Initial
Value float64 - Start value of the
{number}
variable. Default value: 0. - Min
Length float64 - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Double
- Increment of the
{number}
variable. Default value: 1. - initial
Value Double - Start value of the
{number}
variable. Default value: 0. - min
Length Double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment number
- Increment of the
{number}
variable. Default value: 1. - initial
Value number - Start value of the
{number}
variable. Default value: 0. - min
Length number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment float
- Increment of the
{number}
variable. Default value: 1. - initial_
value float - Start value of the
{number}
variable. Default value: 0. - min_
length float - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place_
holder str - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Number
- Increment of the
{number}
variable. Default value: 1. - initial
Value Number - Start value of the
{number}
variable. Default value: 0. - min
Length Number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSet
- Definition double
- ID of a watermarking template.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- Definition float64
- ID of a watermarking template.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Double
- ID of a watermarking template.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition number
- ID of a watermarking template.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter[] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition float
- ID of a watermarking template.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw_
parameters Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg_
content str - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text_
content str - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Number
- ID of a watermarking template.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<Property Map> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameter
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template[] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos string - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos string - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate_
origin str - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x_
pos str - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y_
pos str - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<Property Map> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplate
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content[] - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height str
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image_
contents Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content] - Input content of watermark image. JPEG and PNG images are supported.
- repeat_
type str - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width str
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<Property Map> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContent
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Sample Snapshot Task Watermark Set Raw Parameter Image Template Image Content Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSampleSnapshotTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTask
- Definition double
- ID of a watermarking template.
- Ext
Time List<string>Offset Sets - List of screenshot time points in the format of
s
or%
:If the string ends ins
, it means that the time point is in seconds; for example,3.5s
means that the time point is the 3.5th second;If the string ends in%
, it means that the time point is the specified percentage of the video duration; for example,10%
means that the time point is 10% of the video duration. - Object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- Definition float64
- ID of a watermarking template.
- Ext
Time []stringOffset Sets - List of screenshot time points in the format of
s
or%
:If the string ends ins
, it means that the time point is in seconds; for example,3.5s
means that the time point is the 3.5th second;If the string ends in%
, it means that the time point is the specified percentage of the video duration; for example,10%
means that the time point is 10% of the video duration. - Object
Number []GetFormats Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Object Number Format - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Watermark
Sets []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition Double
- ID of a watermarking template.
- ext
Time List<String>Offset Sets - List of screenshot time points in the format of
s
or%
:If the string ends ins
, it means that the time point is in seconds; for example,3.5s
means that the time point is the 3.5th second;If the string ends in%
, it means that the time point is the specified percentage of the video duration; for example,10%
means that the time point is 10% of the video duration. - object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition number
- ID of a watermarking template.
- ext
Time string[]Offset Sets - List of screenshot time points in the format of
s
or%
:If the string ends ins
, it means that the time point is in seconds; for example,3.5s
means that the time point is the 3.5th second;If the string ends in%
, it means that the time point is the specified percentage of the video duration; for example,10%
means that the time point is 10% of the video duration. - object
Number GetFormats Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Object Number Format[] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark
Sets GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set[] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition float
- ID of a watermarking template.
- ext_
time_ Sequence[str]offset_ sets - List of screenshot time points in the format of
s
or%
:If the string ends ins
, it means that the time point is in seconds; for example,3.5s
means that the time point is the 3.5th second;If the string ends in%
, it means that the time point is the specified percentage of the video duration; for example,10%
means that the time point is 10% of the video duration. - object_
number_ Sequence[Getformats Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Object Number Format] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output_
object_ strpath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output_
storages Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark_
sets Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition Number
- ID of a watermarking template.
- ext
Time List<String>Offset Sets - List of screenshot time points in the format of
s
or%
:If the string ends ins
, it means that the time point is in seconds; for example,3.5s
means that the time point is the 3.5th second;If the string ends in%
, it means that the time point is the specified percentage of the video duration; for example,10%
means that the time point is 10% of the video duration. - object
Number List<Property Map>Formats - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- watermark
Sets List<Property Map> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskObjectNumberFormat
- Increment double
- Increment of the
{number}
variable. Default value: 1. - Initial
Value double - Start value of the
{number}
variable. Default value: 0. - Min
Length double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- Increment float64
- Increment of the
{number}
variable. Default value: 1. - Initial
Value float64 - Start value of the
{number}
variable. Default value: 0. - Min
Length float64 - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Double
- Increment of the
{number}
variable. Default value: 1. - initial
Value Double - Start value of the
{number}
variable. Default value: 0. - min
Length Double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment number
- Increment of the
{number}
variable. Default value: 1. - initial
Value number - Start value of the
{number}
variable. Default value: 0. - min
Length number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment float
- Increment of the
{number}
variable. Default value: 1. - initial_
value float - Start value of the
{number}
variable. Default value: 0. - min_
length float - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place_
holder str - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Number
- Increment of the
{number}
variable. Default value: 1. - initial
Value Number - Start value of the
{number}
variable. Default value: 0. - min
Length Number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSet
- Definition double
- ID of a watermarking template.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- Definition float64
- ID of a watermarking template.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Double
- ID of a watermarking template.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition number
- ID of a watermarking template.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter[] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition float
- ID of a watermarking template.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw_
parameters Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg_
content str - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text_
content str - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Number
- ID of a watermarking template.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<Property Map> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameter
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template[] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos string - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos string - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate_
origin str - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x_
pos str - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y_
pos str - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<Property Map> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplate
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content[] - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height str
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image_
contents Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content] - Input content of watermark image. JPEG and PNG images are supported.
- repeat_
type str - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width str
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<Property Map> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContent
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Snapshot By Time Offset Task Watermark Set Raw Parameter Image Template Image Content Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaSnapshotByTimeOffsetTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTask
- Definition double
- ID of a watermarking template.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Head
Tail List<GetParameters Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter> - Opening and closing credits parametersNote: this field may return
null
, indicating that no valid value was found. - Mosaic
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Mosaic Set> - List of blurs. Up to 10 ones can be supported.
- Object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Override
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter> - Video transcoding custom parameter, which is valid when
Definition
is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only useDefinition
to specify the transcoding parameter.Note: this field may returnnull
, indicating that no valid value was found. - Raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Segment
Object stringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- Definition float64
- ID of a watermarking template.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Head
Tail []GetParameters Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter - Opening and closing credits parametersNote: this field may return
null
, indicating that no valid value was found. - Mosaic
Sets []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Mosaic Set - List of blurs. Up to 10 ones can be supported.
- Object
Number []GetFormats Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Object Number Format - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - Output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- Override
Parameters []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter - Video transcoding custom parameter, which is valid when
Definition
is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only useDefinition
to specify the transcoding parameter.Note: this field may returnnull
, indicating that no valid value was found. - Raw
Parameters []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Segment
Object stringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Watermark
Sets []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition Double
- ID of a watermarking template.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- head
Tail List<GetParameters Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter> - Opening and closing credits parametersNote: this field may return
null
, indicating that no valid value was found. - mosaic
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Mosaic Set> - List of blurs. Up to 10 ones can be supported.
- object
Number List<GetFormats Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Object Number Format> - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- override
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter> - Video transcoding custom parameter, which is valid when
Definition
is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only useDefinition
to specify the transcoding parameter.Note: this field may returnnull
, indicating that no valid value was found. - raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - segment
Object StringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- watermark
Sets List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition number
- ID of a watermarking template.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- head
Tail GetParameters Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter[] - Opening and closing credits parametersNote: this field may return
null
, indicating that no valid value was found. - mosaic
Sets GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Mosaic Set[] - List of blurs. Up to 10 ones can be supported.
- object
Number GetFormats Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Object Number Format[] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object stringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage[] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- override
Parameters GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter[] - Video transcoding custom parameter, which is valid when
Definition
is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only useDefinition
to specify the transcoding parameter.Note: this field may returnnull
, indicating that no valid value was found. - raw
Parameters GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter[] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - segment
Object stringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- watermark
Sets GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set[] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition float
- ID of a watermarking template.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- head_
tail_ Sequence[Getparameters Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter] - Opening and closing credits parametersNote: this field may return
null
, indicating that no valid value was found. - mosaic_
sets Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Mosaic Set] - List of blurs. Up to 10 ones can be supported.
- object_
number_ Sequence[Getformats Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Object Number Format] - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output_
object_ strpath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output_
storages Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage] - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- override_
parameters Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter] - Video transcoding custom parameter, which is valid when
Definition
is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only useDefinition
to specify the transcoding parameter.Note: this field may returnnull
, indicating that no valid value was found. - raw_
parameters Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - segment_
object_ strname - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- watermark_
sets Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set] - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
- definition Number
- ID of a watermarking template.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- head
Tail List<Property Map>Parameters - Opening and closing credits parametersNote: this field may return
null
, indicating that no valid value was found. - mosaic
Sets List<Property Map> - List of blurs. Up to 10 ones can be supported.
- object
Number List<Property Map>Formats - Rule of the
{number}
variable in the output path after transcoding.Note: This field may return null, indicating that no valid values can be obtained. - output
Object StringPath - Path to a primary output file, which can be a relative path or an absolute path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}.{format}
. - output
Storages List<Property Map> - The bucket to save the output file.Note: This field may return null, indicating that no valid values can be obtained.
- override
Parameters List<Property Map> - Video transcoding custom parameter, which is valid when
Definition
is not 0.When any parameters in this structure are entered, they will be used to override corresponding parameters in templates.This parameter is used in highly customized scenarios. We recommend you only useDefinition
to specify the transcoding parameter.Note: this field may returnnull
, indicating that no valid value was found. - raw
Parameters List<Property Map> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - segment
Object StringName - Path to an output file part (the path to ts during transcoding to HLS), which can only be a relative path. If this parameter is left empty, the following relative path will be used by default:
{inputName}_transcode_{definition}_{number}.{format}
. - start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- watermark
Sets List<Property Map> - List of up to 10 image or text watermarks.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameter
- head
Sets List<Property Map> - Opening credits list.
- tail
Sets List<Property Map> - Closing credits list.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSet
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Head Set Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterHeadSetUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSet
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Head Tail Parameter Tail Set Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskHeadTailParameterTailSetUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskMosaicSet
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%. - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%. - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%. - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%. - x
Pos string - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos string - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate_
origin str - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- height str
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- width str
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%. - x_
pos str - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y_
pos str - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%. - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskObjectNumberFormat
- Increment double
- Increment of the
{number}
variable. Default value: 1. - Initial
Value double - Start value of the
{number}
variable. Default value: 0. - Min
Length double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- Increment float64
- Increment of the
{number}
variable. Default value: 1. - Initial
Value float64 - Start value of the
{number}
variable. Default value: 0. - Min
Length float64 - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - Place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Double
- Increment of the
{number}
variable. Default value: 1. - initial
Value Double - Start value of the
{number}
variable. Default value: 0. - min
Length Double - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment number
- Increment of the
{number}
variable. Default value: 1. - initial
Value number - Start value of the
{number}
variable. Default value: 0. - min
Length number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder string - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment float
- Increment of the
{number}
variable. Default value: 1. - initial_
value float - Start value of the
{number}
variable. Default value: 0. - min_
length float - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place_
holder str - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
- increment Number
- Increment of the
{number}
variable. Default value: 1. - initial
Value Number - Start value of the
{number}
variable. Default value: 0. - min
Length Number - Minimum length of the
{number}
variable. A placeholder will be used if the variable length is below the minimum requirement. Default value: 1. - place
Holder String - Placeholder used when the
{number}
variable length is below the minimum requirement. Default value: 0.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameter
- Add
On List<GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle> - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- Addon
Audio List<GetStreams Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream> - The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
- Audio
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Audio Template> - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - Container string
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- Remove
Audio double - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- Remove
Video double - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- Std
Ext stringInfo - An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
- Subtitle
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Subtitle Template> - The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
- Tehd
Configs List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Tehd Config> - TESHD transcoding parameter.
- Video
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Video Template> - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- Add
On []GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- Addon
Audio []GetStreams Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream - The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
- Audio
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Audio Template - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - Container string
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- Remove
Audio float64 - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- Remove
Video float64 - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- Std
Ext stringInfo - An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
- Subtitle
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Subtitle Template - The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
- Tehd
Configs []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Tehd Config - TESHD transcoding parameter.
- Video
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Video Template - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- add
On List<GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle> - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- addon
Audio List<GetStreams Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream> - The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
- audio
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Audio Template> - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container String
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove
Audio Double - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove
Video Double - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- std
Ext StringInfo - An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
- subtitle
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Subtitle Template> - The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
- tehd
Configs List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Tehd Config> - TESHD transcoding parameter.
- video
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Video Template> - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- add
On GetSubtitles Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle[] - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- addon
Audio GetStreams Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream[] - The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
- audio
Templates GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Audio Template[] - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container string
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove
Audio number - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove
Video number - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- std
Ext stringInfo - An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
- subtitle
Templates GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Subtitle Template[] - The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
- tehd
Configs GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Tehd Config[] - TESHD transcoding parameter.
- video
Templates GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Video Template[] - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- add_
on_ Sequence[Getsubtitles Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle] - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- addon_
audio_ Sequence[Getstreams Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream] - The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
- audio_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Audio Template] - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container str
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove_
audio float - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove_
video float - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- std_
ext_ strinfo - An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
- subtitle_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Subtitle Template] - The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
- tehd_
configs Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Tehd Config] - TESHD transcoding parameter.
- video_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Video Template] - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- add
On List<Property Map>Subtitles - The subtitle file to add.Note: This field may return null, indicating that no valid values can be obtained.
- addon
Audio List<Property Map>Streams - The information of the external audio track to add.Note: This field may return null, indicating that no valid values can be obtained.
- audio
Templates List<Property Map> - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container String
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove
Audio Number - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove
Video Number - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- std
Ext StringInfo - An extended field for transcoding.Note: This field may return null, indicating that no valid values can be obtained.
- subtitle
Templates List<Property Map> - The subtitle settings.Note: This field may return null, indicating that no valid values can be obtained.
- tehd
Configs List<Property Map> - TESHD transcoding parameter.
- video
Templates List<Property Map> - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitle
- Subtitles
List<Get
Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle> - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Subtitles
[]Get
Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles
List<Get
Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle> - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles
Get
Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle[] - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles
Sequence[Get
Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle] - The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- subtitles List<Property Map>
- The subtitle file.Note: This field may return null, indicating that no valid values can be obtained.
- type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitle
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Add On Subtitle Subtitle Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddOnSubtitleSubtitleUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStream
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Override Parameter Addon Audio Stream Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAddonAudioStreamUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterAudioTemplate
- Audio
Channel double - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- Bitrate double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Sample
Rate double - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- Stream
Selects List<double> - The audio tracks to retain. All audio tracks are retained by default.
- Audio
Channel float64 - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- Bitrate float64
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Sample
Rate float64 - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- Stream
Selects []float64 - The audio tracks to retain. All audio tracks are retained by default.
- audio
Channel Double - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate Double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample
Rate Double - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- stream
Selects List<Double> - The audio tracks to retain. All audio tracks are retained by default.
- audio
Channel number - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample
Rate number - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- stream
Selects number[] - The audio tracks to retain. All audio tracks are retained by default.
- audio_
channel float - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate float
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec str
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample_
rate float - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- stream_
selects Sequence[float] - The audio tracks to retain. All audio tracks are retained by default.
- audio
Channel Number - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate Number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample
Rate Number - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- stream
Selects List<Number> - The audio tracks to retain. All audio tracks are retained by default.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterSubtitleTemplate
- Font
Alpha double - The text transparency. Value range: 0-1.
0
: Fully transparent.1
: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained. - Font
Color string - The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
- Font
Size string - The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
- Font
Type string - The font. Valid values:
hei.ttf
: Heiti.song.ttf
: Songti.simkai.ttf
: Kaiti.arial.ttf
: Arial.The default ishei.ttf
.Note: This field may return null, indicating that no valid values can be obtained. - Path string
- The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
- Stream
Index double - The subtitle track to add to the video. If both
Path
andStreamIndex
are specified,Path
will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
- Font
Alpha float64 - The text transparency. Value range: 0-1.
0
: Fully transparent.1
: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained. - Font
Color string - The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
- Font
Size string - The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
- Font
Type string - The font. Valid values:
hei.ttf
: Heiti.song.ttf
: Songti.simkai.ttf
: Kaiti.arial.ttf
: Arial.The default ishei.ttf
.Note: This field may return null, indicating that no valid values can be obtained. - Path string
- The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
- Stream
Index float64 - The subtitle track to add to the video. If both
Path
andStreamIndex
are specified,Path
will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
- font
Alpha Double - The text transparency. Value range: 0-1.
0
: Fully transparent.1
: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained. - font
Color String - The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
- font
Size String - The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
- font
Type String - The font. Valid values:
hei.ttf
: Heiti.song.ttf
: Songti.simkai.ttf
: Kaiti.arial.ttf
: Arial.The default ishei.ttf
.Note: This field may return null, indicating that no valid values can be obtained. - path String
- The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
- stream
Index Double - The subtitle track to add to the video. If both
Path
andStreamIndex
are specified,Path
will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
- font
Alpha number - The text transparency. Value range: 0-1.
0
: Fully transparent.1
: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained. - font
Color string - The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
- font
Size string - The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
- font
Type string - The font. Valid values:
hei.ttf
: Heiti.song.ttf
: Songti.simkai.ttf
: Kaiti.arial.ttf
: Arial.The default ishei.ttf
.Note: This field may return null, indicating that no valid values can be obtained. - path string
- The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
- stream
Index number - The subtitle track to add to the video. If both
Path
andStreamIndex
are specified,Path
will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
- font_
alpha float - The text transparency. Value range: 0-1.
0
: Fully transparent.1
: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained. - font_
color str - The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
- font_
size str - The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
- font_
type str - The font. Valid values:
hei.ttf
: Heiti.song.ttf
: Songti.simkai.ttf
: Kaiti.arial.ttf
: Arial.The default ishei.ttf
.Note: This field may return null, indicating that no valid values can be obtained. - path str
- The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
- stream_
index float - The subtitle track to add to the video. If both
Path
andStreamIndex
are specified,Path
will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
- font
Alpha Number - The text transparency. Value range: 0-1.
0
: Fully transparent.1
: Fully opaque.Default value: 1.Note: This field may return null, indicating that no valid values can be obtained. - font
Color String - The font color in 0xRRGGBB format. Default value: 0xFFFFFF (white).Note: This field may return null, indicating that no valid values can be obtained.
- font
Size String - The font size (pixels). If this is not specified, the font size in the subtitle file will be used.Note: This field may return null, indicating that no valid values can be obtained.
- font
Type String - The font. Valid values:
hei.ttf
: Heiti.song.ttf
: Songti.simkai.ttf
: Kaiti.arial.ttf
: Arial.The default ishei.ttf
.Note: This field may return null, indicating that no valid values can be obtained. - path String
- The URL of the subtitles to add to the video.Note: This field may return null, indicating that no valid values can be obtained.
- stream
Index Number - The subtitle track to add to the video. If both
Path
andStreamIndex
are specified,Path
will be used. You need to specify at least one of the two parameters.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterTehdConfig
- Max
Video doubleBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Max
Video float64Bitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max
Video DoubleBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max
Video numberBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max_
video_ floatbitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max
Video NumberBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskOverrideParameterVideoTemplate
- Bitrate double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Content
Adapt doubleStream - Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to
1
, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values ofwidth
andheight
,Bitrate
, andVcrf
inVideoTemplate
respectively. If these parameters are not set inVideoTemplate
, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep. - Fill
Type string - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - Fps double
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- Gop double
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- Height double
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Resolution
Adaptive string - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - Vcrf double
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- Width double
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- Bitrate float64
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Content
Adapt float64Stream - Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to
1
, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values ofwidth
andheight
,Bitrate
, andVcrf
inVideoTemplate
respectively. If these parameters are not set inVideoTemplate
, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep. - Fill
Type string - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - Fps float64
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- Gop float64
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- Height float64
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Resolution
Adaptive string - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - Vcrf float64
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- Width float64
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate Double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - content
Adapt DoubleStream - Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to
1
, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values ofwidth
andheight
,Bitrate
, andVcrf
inVideoTemplate
respectively. If these parameters are not set inVideoTemplate
, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep. - fill
Type String - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps Double
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop Double
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height Double
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution
Adaptive String - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf Double
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width Double
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - content
Adapt numberStream - Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to
1
, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values ofwidth
andheight
,Bitrate
, andVcrf
inVideoTemplate
respectively. If these parameters are not set inVideoTemplate
, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep. - fill
Type string - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps number
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop number
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height number
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution
Adaptive string - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf number
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width number
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate float
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec str
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - content_
adapt_ floatstream - Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to
1
, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values ofwidth
andheight
,Bitrate
, andVcrf
inVideoTemplate
respectively. If these parameters are not set inVideoTemplate
, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep. - fill_
type str - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps float
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop float
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height float
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution_
adaptive str - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf float
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width float
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate Number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - content
Adapt NumberStream - Whether to enable adaptive encoding. Valid values:0: Disable1: EnableDefault value: 0. If this parameter is set to
1
, multiple streams with different resolutions and bitrates will be generated automatically. The highest resolution, bitrate, and quality of the streams are determined by the values ofwidth
andheight
,Bitrate
, andVcrf
inVideoTemplate
respectively. If these parameters are not set inVideoTemplate
, the highest resolution generated will be the same as that of the source video, and the highest video quality will be close to VMAF 95. To use this parameter or learn about the billing details of adaptive encoding, please contact your sales rep. - fill
Type String - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps Number
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop Number
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height Number
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution
Adaptive String - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf Number
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width Number
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameter
- Audio
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Audio Template> - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - Container string
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- Remove
Audio double - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- Remove
Video double - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- Tehd
Configs List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Tehd Config> - TESHD transcoding parameter.
- Video
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Video Template> - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- Audio
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Audio Template - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - Container string
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- Remove
Audio float64 - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- Remove
Video float64 - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- Tehd
Configs []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Tehd Config - TESHD transcoding parameter.
- Video
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Video Template - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- audio
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Audio Template> - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container String
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove
Audio Double - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove
Video Double - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- tehd
Configs List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Tehd Config> - TESHD transcoding parameter.
- video
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Video Template> - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- audio
Templates GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Audio Template[] - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container string
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove
Audio number - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove
Video number - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- tehd
Configs GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Tehd Config[] - TESHD transcoding parameter.
- video
Templates GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Video Template[] - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- audio_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Audio Template] - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container str
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove_
audio float - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove_
video float - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- tehd_
configs Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Tehd Config] - TESHD transcoding parameter.
- video_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Raw Parameter Video Template] - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
- audio
Templates List<Property Map> - Audio stream configuration parameter. This field is required when
RemoveAudio
is 0. - container String
- Container. Valid values: mp4; flv; hls; mp3; flac; ogg; m4a. Among them, mp3, flac, ogg, and m4a are for audio files.
- remove
Audio Number - Whether to remove audio data. Valid values:0: retain;1: remove.Default value: 0.
- remove
Video Number - Whether to remove video data. Valid values:0: retain;1: remove.Default value: 0.
- tehd
Configs List<Property Map> - TESHD transcoding parameter.
- video
Templates List<Property Map> - Video stream configuration parameter. This field is required when
RemoveVideo
is 0.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterAudioTemplate
- Audio
Channel double - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- Bitrate double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Sample
Rate double - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- Audio
Channel float64 - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- Bitrate float64
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Sample
Rate float64 - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- audio
Channel Double - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate Double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample
Rate Double - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- audio
Channel number - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample
Rate number - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- audio_
channel float - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate float
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec str
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample_
rate float - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
- audio
Channel Number - Audio channel system. Valid values:1: Mono2: Dual6: StereoWhen the media is packaged in audio format (FLAC, OGG, MP3, M4A), the sound channel cannot be set to stereo.Default value: 2.
- bitrate Number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - sample
Rate Number - Audio stream sample rate. Valid values:32,00044,10048,000In Hz.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterTehdConfig
- Max
Video doubleBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Max
Video float64Bitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max
Video DoubleBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max
Video numberBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max_
video_ floatbitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- max
Video NumberBitrate - Maximum bitrate, which is valid when
Type
isTESHD
. If this parameter is left empty or 0 is entered, there will be no upper limit for bitrate. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskRawParameterVideoTemplate
- Bitrate double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Fill
Type string - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - Fps double
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- Gop double
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- Height double
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Resolution
Adaptive string - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - Vcrf double
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- Width double
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- Bitrate float64
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- Codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - Fill
Type string - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - Fps float64
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- Gop float64
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- Height float64
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Resolution
Adaptive string - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - Vcrf float64
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- Width float64
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate Double
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - fill
Type String - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps Double
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop Double
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height Double
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution
Adaptive String - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf Double
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width Double
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec string
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - fill
Type string - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps number
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop number
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height number
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution
Adaptive string - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf number
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width number
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate float
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec str
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - fill_
type str - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps float
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop float
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height float
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution_
adaptive str - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf float
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width float
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- bitrate Number
- The video bitrate (Kbps). Value range: 0 and [128, 35000].If the value is 0, the bitrate of the video will be the same as that of the source video.
- codec String
- The video codec. Valid values:
libx264
: H.264libx265
: H.265av1
: AOMedia Video 1Note: You must specify a resolution (not higher than 640 x 480) if the H.265 codec is used.Note: You can only use the AOMedia Video 1 codec for MP4 files. - fill
Type String - The fill mode, which indicates how a video is resized when the video's original aspect ratio is different from the target aspect ratio. Valid values:stretch: Stretch the image frame by frame to fill the entire screen. The video image may become squashed or stretched after transcoding.black: Keep the image's original aspect ratio and fill the blank space with black bars.white: Keep the image's original aspect ratio and fill the blank space with white bars.gauss: Keep the image's original aspect ratio and apply Gaussian blur to the blank space.Default value: black.Note: Only
stretch
andblack
are supported for adaptive bitrate streaming. - fps Number
- The video frame rate (Hz). Value range: [0, 100].If the value is 0, the frame rate will be the same as that of the source video.Note: For adaptive bitrate streaming, the value range of this parameter is [0, 60].
- gop Number
- Frame interval between I keyframes. Value range: 0 and [1,100000].If this parameter is 0 or left empty, the system will automatically set the GOP length.
- height Number
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - resolution
Adaptive String - Resolution adaption. Valid values:open: Enabled. When resolution adaption is enabled,
Width
indicates the long side of a video, whileHeight
indicates the short side.close: Disabled. When resolution adaption is disabled,Width
indicates the width of a video, whileHeight
indicates the height.Default value: open.Note: When resolution adaption is enabled,Width
cannot be smaller thanHeight
. - vcrf Number
- The control factor of video constant bitrate. Value range: [1, 51]If this parameter is specified, CRF (a bitrate control method) will be used for transcoding. (Video bitrate will no longer take effect.)It is not recommended to specify this parameter if there are no special requirements.
- width Number
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSet
- Definition double
- ID of a watermarking template.
- End
Time doubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time doubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- Definition float64
- ID of a watermarking template.
- End
Time float64Offset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- Raw
Parameters []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - Start
Time float64Offset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- Svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - Text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Double
- ID of a watermarking template.
- end
Time DoubleOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time DoubleOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition number
- ID of a watermarking template.
- end
Time numberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter[] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time numberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content string - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content string - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition float
- ID of a watermarking template.
- end_
time_ floatoffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw_
parameters Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter] - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start_
time_ floatoffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg_
content str - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text_
content str - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
- definition Number
- ID of a watermarking template.
- end
Time NumberOffset - End time offset of a watermark in seconds.If this parameter is left empty or 0 is entered, the watermark will exist till the last video frame;If this value is greater than 0 (e.g., n), the watermark will exist till second n;If this value is smaller than 0 (e.g., -n), the watermark will exist till second n before the last video frame.
- raw
Parameters List<Property Map> - Custom watermark parameter, which is valid if
Definition
is 0.This parameter is used in highly customized scenarios. We recommend you useDefinition
to specify the watermark parameter preferably.Custom watermark parameter is not available for screenshot. - start
Time NumberOffset - Start time offset of a watermark in seconds. If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame.If this parameter is left empty or 0 is entered, the watermark will appear upon the first video frame;If this value is greater than 0 (e.g., n), the watermark will appear at second n after the first video frame;If this value is smaller than 0 (e.g., -n), the watermark will appear at second n before the last video frame.
- svg
Content String - SVG content of up to 2,000,000 characters. This field is required only when the watermark type is
SVG
.SVG watermark is not available for screenshot. - text
Content String - Text content of up to 100 characters. This field is required only when the watermark type is text.Text watermark is not available for screenshot.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameter
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- Coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- Image
Templates []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - XPos string
- The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - YPos string
- The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin string - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template[] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos string - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos string - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate_
origin str - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image_
templates Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template] - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x_
pos str - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y_
pos str - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
- coordinate
Origin String - Origin position, which currently can only be:TopLeft: the origin of coordinates is in the top-left corner of the video, and the origin of the watermark is in the top-left corner of the image or text.Default value: TopLeft.
- image
Templates List<Property Map> - Image watermark template. This field is required when
Type
isimage
and is invalid whenType
istext
. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - x
Pos String - The horizontal position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
XPos
of the watermark will be the specified percentage of the video width; for example,10%
means thatXPos
is 10% of the video width;If the string ends in px, theXPos
of the watermark will be the specified px; for example,100px
means thatXPos
is 100 px.Default value: 0 px. - y
Pos String - The vertical position of the origin of the watermark relative to the origin of coordinates of the video. % and px formats are supported:If the string ends in %, the
YPos
of the watermark will be the specified percentage of the video height; for example,10%
means thatYPos
is 10% of the video height;If the string ends in px, theYPos
of the watermark will be the specified px; for example,100px
means thatYPos
is 100 px.Default value: 0 px.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplate
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- Height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - Image
Contents []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content - Input content of watermark image. JPEG and PNG images are supported.
- Repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - Width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height string
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content[] - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type string - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width string
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height str
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image_
contents Sequence[GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content] - Input content of watermark image. JPEG and PNG images are supported.
- repeat_
type str - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width str
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
- height String
- Watermark height. % and px formats are supported:If the string ends in %, the
Height
of the watermark will be the specified percentage of the video height; for example,10%
means thatHeight
is 10% of the video height;If the string ends in px, theHeight
of the watermark will be in px; for example,100px
means thatHeight
is 100 px.Default value: 0 px, which means thatHeight
will be proportionally scaled according to the aspect ratio of the original watermark image. - image
Contents List<Property Map> - Input content of watermark image. JPEG and PNG images are supported.
- repeat
Type String - Repeat type of an animated watermark. Valid values:
once
: no longer appears after watermark playback ends.repeat_last_frame
: stays on the last frame after watermark playback ends.repeat
(default): repeats the playback until the video ends. - width String
- Watermark width. % and px formats are supported:If the string ends in %, the
Width
of the watermark will be the specified percentage of the video width; for example,10%
means thatWidth
is 10% of the video width;If the string ends in px, theWidth
of the watermark will be in px; for example,100px
means thatWidth
is 100 px.Default value: 10%.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContent
- Cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- Cos
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - S3Input
Infos []GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content S3Input Info - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - Url
Input []GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Url Input Info - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info> - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content S3Input Info> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Url Input Info> - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info[] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos GetMps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content S3Input Info[] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input GetInfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Url Input Info[] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Cos Input Info] - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content S3Input Info] - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url_
input_ Sequence[Getinfos Mps Schedules Schedule Info Set Activity Activity Para Transcode Task Watermark Set Raw Parameter Image Template Image Content Url Input Info] - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
- cos
Input List<Property Map>Infos - The information of the COS object to process. This parameter is valid and required when
Type
isCOS
. - s3Input
Infos List<Property Map> - The information of the AWS S3 object processed. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows). - url
Input List<Property Map>Infos - The URL of the object to process. This parameter is valid and required when
Type
isURL
.Note: This field may return null, indicating that no valid value can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentCosInputInfo
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentS3InputInfo
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Object string
- The path of the AWS S3 object.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Object string
- The path of the AWS S3 object.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
object str - The path of the AWS S3 object.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Object String
- The path of the AWS S3 object.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetActivityActivityParaTranscodeTaskWatermarkSetRawParameterImageTemplateImageContentUrlInputInfo
- Url string
- URL of a video.
- Url string
- URL of a video.
- url String
- URL of a video.
- url string
- URL of a video.
- url str
- URL of a video.
- url String
- URL of a video.
GetMpsSchedulesScheduleInfoSetOutputStorage
- Cos
Output List<GetStorages Mps Schedules Schedule Info Set Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages List<GetMps Schedules Schedule Info Set Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Cos
Output []GetStorages Mps Schedules Schedule Info Set Output Storage Cos Output Storage - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - S3Output
Storages []GetMps Schedules Schedule Info Set Output Storage S3Output Storage - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<GetStorages Mps Schedules Schedule Info Set Output Storage Cos Output Storage> - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<GetMps Schedules Schedule Info Set Output Storage S3Output Storage> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output GetStorages Mps Schedules Schedule Info Set Output Storage Cos Output Storage[] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages GetMps Schedules Schedule Info Set Output Storage S3Output Storage[] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Output Storage Cos Output Storage] - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3_
output_ Sequence[Getstorages Mps Schedules Schedule Info Set Output Storage S3Output Storage] - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- cos
Output List<Property Map>Storages - The location to save the output object in COS. This parameter is valid and required when
Type
is COS.Note: This field may return null, indicating that no valid value can be obtained. - s3Output
Storages List<Property Map> - The AWS S3 bucket to save the output file. This parameter is required if
Type
isAWS-S3
.Note: This field may return null, indicating that no valid value can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetOutputStorageCosOutputStorage
GetMpsSchedulesScheduleInfoSetOutputStorageS3OutputStorage
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetTaskNotifyConfig
- Aws
Sqs List<GetMps Schedules Schedule Info Set Task Notify Config Aws Sq> - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Cmq
Model string - The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
- Cmq
Region string - The CMQ or TDMQ-CMQ region, such as
sh
(Shanghai) orbj
(Beijing). - Notify
Mode string - Workflow notification method. Valid values: Finish, Change. If this parameter is left empty,
Finish
will be used. - Notify
Type string - The notification type. Valid values:
CMQ
: This value is no longer used. Please useTDMQ-CMQ
instead.TDMQ-CMQ
: Message queueURL
: IfNotifyType
is set toURL
, HTTP callbacks are sent to the URL specified byNotifyUrl
. HTTP and JSON are used for the callbacks. The packet contains the response parameters of theParseNotification
API.SCF
: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS
: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string,CMQ
will be used. To use a different notification type, specify this parameter accordingly. - Notify
Url string - HTTP callback URL, required if
NotifyType
is set toURL
. - Queue
Name string - The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when
CmqModel
isQueue
. - Topic
Name string - The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when
CmqModel
isTopic
.
- Aws
Sqs []GetMps Schedules Schedule Info Set Task Notify Config Aws Sq - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Cmq
Model string - The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
- Cmq
Region string - The CMQ or TDMQ-CMQ region, such as
sh
(Shanghai) orbj
(Beijing). - Notify
Mode string - Workflow notification method. Valid values: Finish, Change. If this parameter is left empty,
Finish
will be used. - Notify
Type string - The notification type. Valid values:
CMQ
: This value is no longer used. Please useTDMQ-CMQ
instead.TDMQ-CMQ
: Message queueURL
: IfNotifyType
is set toURL
, HTTP callbacks are sent to the URL specified byNotifyUrl
. HTTP and JSON are used for the callbacks. The packet contains the response parameters of theParseNotification
API.SCF
: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS
: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string,CMQ
will be used. To use a different notification type, specify this parameter accordingly. - Notify
Url string - HTTP callback URL, required if
NotifyType
is set toURL
. - Queue
Name string - The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when
CmqModel
isQueue
. - Topic
Name string - The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when
CmqModel
isTopic
.
- aws
Sqs List<GetMps Schedules Schedule Info Set Task Notify Config Aws Sq> - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- cmq
Model String - The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
- cmq
Region String - The CMQ or TDMQ-CMQ region, such as
sh
(Shanghai) orbj
(Beijing). - notify
Mode String - Workflow notification method. Valid values: Finish, Change. If this parameter is left empty,
Finish
will be used. - notify
Type String - The notification type. Valid values:
CMQ
: This value is no longer used. Please useTDMQ-CMQ
instead.TDMQ-CMQ
: Message queueURL
: IfNotifyType
is set toURL
, HTTP callbacks are sent to the URL specified byNotifyUrl
. HTTP and JSON are used for the callbacks. The packet contains the response parameters of theParseNotification
API.SCF
: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS
: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string,CMQ
will be used. To use a different notification type, specify this parameter accordingly. - notify
Url String - HTTP callback URL, required if
NotifyType
is set toURL
. - queue
Name String - The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when
CmqModel
isQueue
. - topic
Name String - The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when
CmqModel
isTopic
.
- aws
Sqs GetMps Schedules Schedule Info Set Task Notify Config Aws Sq[] - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- cmq
Model string - The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
- cmq
Region string - The CMQ or TDMQ-CMQ region, such as
sh
(Shanghai) orbj
(Beijing). - notify
Mode string - Workflow notification method. Valid values: Finish, Change. If this parameter is left empty,
Finish
will be used. - notify
Type string - The notification type. Valid values:
CMQ
: This value is no longer used. Please useTDMQ-CMQ
instead.TDMQ-CMQ
: Message queueURL
: IfNotifyType
is set toURL
, HTTP callbacks are sent to the URL specified byNotifyUrl
. HTTP and JSON are used for the callbacks. The packet contains the response parameters of theParseNotification
API.SCF
: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS
: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string,CMQ
will be used. To use a different notification type, specify this parameter accordingly. - notify
Url string - HTTP callback URL, required if
NotifyType
is set toURL
. - queue
Name string - The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when
CmqModel
isQueue
. - topic
Name string - The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when
CmqModel
isTopic
.
- aws_
sqs Sequence[GetMps Schedules Schedule Info Set Task Notify Config Aws Sq] - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- cmq_
model str - The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
- cmq_
region str - The CMQ or TDMQ-CMQ region, such as
sh
(Shanghai) orbj
(Beijing). - notify_
mode str - Workflow notification method. Valid values: Finish, Change. If this parameter is left empty,
Finish
will be used. - notify_
type str - The notification type. Valid values:
CMQ
: This value is no longer used. Please useTDMQ-CMQ
instead.TDMQ-CMQ
: Message queueURL
: IfNotifyType
is set toURL
, HTTP callbacks are sent to the URL specified byNotifyUrl
. HTTP and JSON are used for the callbacks. The packet contains the response parameters of theParseNotification
API.SCF
: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS
: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string,CMQ
will be used. To use a different notification type, specify this parameter accordingly. - notify_
url str - HTTP callback URL, required if
NotifyType
is set toURL
. - queue_
name str - The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when
CmqModel
isQueue
. - topic_
name str - The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when
CmqModel
isTopic
.
- aws
Sqs List<Property Map> - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- cmq
Model String - The CMQ or TDMQ-CMQ model. Valid values: Queue, Topic.
- cmq
Region String - The CMQ or TDMQ-CMQ region, such as
sh
(Shanghai) orbj
(Beijing). - notify
Mode String - Workflow notification method. Valid values: Finish, Change. If this parameter is left empty,
Finish
will be used. - notify
Type String - The notification type. Valid values:
CMQ
: This value is no longer used. Please useTDMQ-CMQ
instead.TDMQ-CMQ
: Message queueURL
: IfNotifyType
is set toURL
, HTTP callbacks are sent to the URL specified byNotifyUrl
. HTTP and JSON are used for the callbacks. The packet contains the response parameters of theParseNotification
API.SCF
: This notification type is not recommended. You need to configure it in the SCF console.AWS-SQS
: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.Note: If you do not pass this parameter or pass in an empty string,CMQ
will be used. To use a different notification type, specify this parameter accordingly. - notify
Url String - HTTP callback URL, required if
NotifyType
is set toURL
. - queue
Name String - The CMQ or TDMQ-CMQ queue to receive notifications. This parameter is valid when
CmqModel
isQueue
. - topic
Name String - The CMQ or TDMQ-CMQ topic to receive notifications. This parameter is valid when
CmqModel
isTopic
.
GetMpsSchedulesScheduleInfoSetTaskNotifyConfigAwsSq
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Sqs
Queue stringName - The name of the SQS queue.
- Sqs
Region string - The region of the SQS queue.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Sqs
Queue stringName - The name of the SQS queue.
- Sqs
Region string - The region of the SQS queue.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs
Queue StringName - The name of the SQS queue.
- sqs
Region String - The region of the SQS queue.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs
Queue stringName - The name of the SQS queue.
- sqs
Region string - The region of the SQS queue.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs_
queue_ strname - The name of the SQS queue.
- sqs_
region str - The region of the SQS queue.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs
Queue StringName - The name of the SQS queue.
- sqs
Region String - The region of the SQS queue.
GetMpsSchedulesScheduleInfoSetTrigger
- Aws
S3File List<GetUpload Triggers Mps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger> - The AWS S3 trigger. This parameter is valid and required if
Type
isAwsS3FileUpload
.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained. - Cos
File List<GetUpload Triggers Mps Schedules Schedule Info Set Trigger Cos File Upload Trigger> - This parameter is required and valid when
Type
isCosFileUpload
, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- Aws
S3File []GetUpload Triggers Mps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger - The AWS S3 trigger. This parameter is valid and required if
Type
isAwsS3FileUpload
.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained. - Cos
File []GetUpload Triggers Mps Schedules Schedule Info Set Trigger Cos File Upload Trigger - This parameter is required and valid when
Type
isCosFileUpload
, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained. - Type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- aws
S3File List<GetUpload Triggers Mps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger> - The AWS S3 trigger. This parameter is valid and required if
Type
isAwsS3FileUpload
.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained. - cos
File List<GetUpload Triggers Mps Schedules Schedule Info Set Trigger Cos File Upload Trigger> - This parameter is required and valid when
Type
isCosFileUpload
, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- aws
S3File GetUpload Triggers Mps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger[] - The AWS S3 trigger. This parameter is valid and required if
Type
isAwsS3FileUpload
.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained. - cos
File GetUpload Triggers Mps Schedules Schedule Info Set Trigger Cos File Upload Trigger[] - This parameter is required and valid when
Type
isCosFileUpload
, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained. - type string
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- aws_
s3_ Sequence[Getfile_ upload_ triggers Mps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger] - The AWS S3 trigger. This parameter is valid and required if
Type
isAwsS3FileUpload
.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained. - cos_
file_ Sequence[Getupload_ triggers Mps Schedules Schedule Info Set Trigger Cos File Upload Trigger] - This parameter is required and valid when
Type
isCosFileUpload
, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained. - type str
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
- aws
S3File List<Property Map>Upload Triggers - The AWS S3 trigger. This parameter is valid and required if
Type
isAwsS3FileUpload
.Note: Currently, the key for the AWS S3 bucket, the trigger SQS queue, and the callback SQS queue must be the same.Note: This field may return null, indicating that no valid values can be obtained. - cos
File List<Property Map>Upload Triggers - This parameter is required and valid when
Type
isCosFileUpload
, indicating the COS trigger rule.Note: This field may return null, indicating that no valid values can be obtained. - type String
- The trigger type. Valid values:
CosFileUpload
: Tencent Cloud COS trigger.AwsS3FileUpload
: AWS S3 trigger. Currently, this type is only supported for transcoding tasks and schemes (not supported for workflows).
GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTrigger
- Aws
Sqs List<GetMps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger Aws Sq> - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Dir string
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - Formats List<string>
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Aws
Sqs []GetMps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger Aws Sq - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Dir string
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - Formats []string
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- S3Bucket string
- The AWS S3 bucket bound to the scheme.
- S3Region string
- The region of the AWS S3 bucket.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- aws
Sqs List<GetMps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger Aws Sq> - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- dir String
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats List<String>
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- aws
Sqs GetMps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger Aws Sq[] - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- dir string
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats string[]
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- s3Bucket string
- The AWS S3 bucket bound to the scheme.
- s3Region string
- The region of the AWS S3 bucket.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- aws_
sqs Sequence[GetMps Schedules Schedule Info Set Trigger Aws S3File Upload Trigger Aws Sq] - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- dir str
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats Sequence[str]
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- s3_
bucket str - The AWS S3 bucket bound to the scheme.
- s3_
region str - The region of the AWS S3 bucket.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- aws
Sqs List<Property Map> - The SQS queue of the AWS S3 bucket.Note: The queue must be in the same region as the bucket.Note: This field may return null, indicating that no valid values can be obtained.
- dir String
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats List<String>
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- s3Bucket String
- The AWS S3 bucket bound to the scheme.
- s3Region String
- The region of the AWS S3 bucket.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
GetMpsSchedulesScheduleInfoSetTriggerAwsS3FileUploadTriggerAwsSq
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Sqs
Queue stringName - The name of the SQS queue.
- Sqs
Region string - The region of the SQS queue.
- S3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- S3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- Sqs
Queue stringName - The name of the SQS queue.
- Sqs
Region string - The region of the SQS queue.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs
Queue StringName - The name of the SQS queue.
- sqs
Region String - The region of the SQS queue.
- s3Secret
Id string - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key string - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs
Queue stringName - The name of the SQS queue.
- sqs
Region string - The region of the SQS queue.
- s3_
secret_ strid - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3_
secret_ strkey - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs_
queue_ strname - The name of the SQS queue.
- sqs_
region str - The region of the SQS queue.
- s3Secret
Id String - The key ID of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- s3Secret
Key String - The key of the AWS S3 bucket.Note: This field may return null, indicating that no valid values can be obtained.
- sqs
Queue StringName - The name of the SQS queue.
- sqs
Region String - The region of the SQS queue.
GetMpsSchedulesScheduleInfoSetTriggerCosFileUploadTrigger
- Bucket string
- Name of the COS bucket bound to a workflow, such as
TopRankVideo-125xxx88
. - Dir string
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - Formats List<string>
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- Region string
- Region of the COS bucket bound to a workflow, such as
ap-chongiqng
.
- Bucket string
- Name of the COS bucket bound to a workflow, such as
TopRankVideo-125xxx88
. - Dir string
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - Formats []string
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- Region string
- Region of the COS bucket bound to a workflow, such as
ap-chongiqng
.
- bucket String
- Name of the COS bucket bound to a workflow, such as
TopRankVideo-125xxx88
. - dir String
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats List<String>
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- region String
- Region of the COS bucket bound to a workflow, such as
ap-chongiqng
.
- bucket string
- Name of the COS bucket bound to a workflow, such as
TopRankVideo-125xxx88
. - dir string
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats string[]
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- region string
- Region of the COS bucket bound to a workflow, such as
ap-chongiqng
.
- bucket str
- Name of the COS bucket bound to a workflow, such as
TopRankVideo-125xxx88
. - dir str
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats Sequence[str]
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- region str
- Region of the COS bucket bound to a workflow, such as
ap-chongiqng
.
- bucket String
- Name of the COS bucket bound to a workflow, such as
TopRankVideo-125xxx88
. - dir String
- Input path directory bound to a workflow, such as
/movie/201907/
. If this parameter is left empty, the/
root directory will be used. - formats List<String>
- Format list of files that can trigger a workflow, such as [mp4, flv, mov]. If this parameter is left empty, files in all formats can trigger the workflow.
- region String
- Region of the COS bucket bound to a workflow, such as
ap-chongiqng
.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack