| 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,
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 |
|---|---|
Insert |
Insert.withBucket(String bucket) |
Insert |
Insert.withFont(Font font) |
Insert |
Insert.withKey(String key) |
Insert |
Insert.withLayout(Layout layout) |
Insert |
Insert.withText(String text) |
Insert |
Insert.withTimeline(Timeline timeline) |
Insert |
Insert.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Target.addInsert(Insert insert) |
| Modifier and Type | Method and Description |
|---|---|
Target |
Target.withInserts(List<Insert> inserts) |
Copyright © 2022. All rights reserved.