| Package | Description |
|---|---|
| com.baidubce.services.media |
Client classes for accessing video / audio transcoder service in Baidu Open Cloud.
|
| com.baidubce.services.media.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTranscodingJobResponse |
MediaClient.createTranscodingJob(String pipelineName,
List<SourceClip> clips,
String targetKey,
String presetName)
Creates a new transcoder job which converts media files in BOS buckets with specified preset.
|
CreateTranscodingJobResponse |
MediaClient.createTranscodingJob(String pipelineName,
List<SourceClip> clips,
String targetKey,
String presetName,
String watermarkId)
Creates a new transcoder job which converts media files in BOS buckets with specified preset and watermarkId
associated with the job.
|
CreateTranscodingJobResponse |
MediaClient.createTranscodingJob(String pipelineName,
List<SourceClip> clips,
String targetKey,
String presetName,
String watermarkId,
Area delogoArea)
Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and
delogoArea.
|
CreateTranscodingJobResponse |
MediaClient.createTranscodingJob(String pipelineName,
List<SourceClip> clips,
String targetKey,
String presetName,
String watermarkId,
Area delogoArea,
Area crop,
List<Insert> inserts)
Creates a new transcoder job which converts media files in BOS buckets with specified preset, watermarkId, and
delogoArea.
|
| Modifier and Type | Method and Description |
|---|---|
SourceClip |
SourceClip.withAsMasterClip(Boolean enableDelogo) |
SourceClip |
SourceClip.withBucket(String bucket) |
SourceClip |
SourceClip.withDurationInMillisecond(Integer durationInMillisecond) |
SourceClip |
SourceClip.withDurationInSecond(Integer durationInSecond) |
SourceClip |
SourceClip.withEnableCrop(Boolean enableCrop) |
SourceClip |
SourceClip.withEnableDelogo(Boolean enableDelogo) |
SourceClip |
SourceClip.withEnableLogo(Boolean enableLogo) |
SourceClip |
SourceClip.withSourceKey(String sourceKey) |
SourceClip |
SourceClip.withStartTimeInMillisecond(Integer startTimeInMillisecond) |
SourceClip |
SourceClip.withStartTimeInSecond(Integer startTimeInSecond) |
| Modifier and Type | Method and Description |
|---|---|
List<SourceClip> |
Source.getClips()
多输入情况
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.addClip(SourceClip clip) |
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setClips(List<SourceClip> clips) |
Source |
Source.withClips(List<SourceClip> clips) |
Copyright © 2022. All rights reserved.