| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.video |
| Modifier and Type | Field and Description |
|---|---|
static VideoInfo |
VideoInfo.EMPTY_INFO |
protected VideoInfo |
Video.videoInfo |
| Modifier and Type | Method and Description |
|---|---|
static VideoInfo |
VideoInfo.fromFFmpegOutput(List<String> output)
Build a
VideoInfo from a FFmpeg output. |
static VideoInfo |
VideoInfo.fromMap(Map<String,Serializable> map)
Build a
VideoInfo from a Map of attributes. |
VideoInfo |
Video.getVideoInfo()
Returns the
VideoInfo for this Video. |
static VideoInfo |
VideoHelper.getVideoInfo(Blob video) |
| Modifier and Type | Method and Description |
|---|---|
static Video |
Video.fromBlobAndInfo(Blob blob,
VideoInfo videoInfo)
Build a
Video from a video blob and the related videoInfo. |
static TranscodedVideo |
TranscodedVideo.fromBlobAndInfo(String name,
Blob blob,
VideoInfo videoInfo)
Build a
TranscodedVideo from a name, video blob and related videoInfo. |
| Constructor and Description |
|---|
Video(Blob blob,
VideoInfo videoInfo) |
Copyright © 2019 Nuxeo. All rights reserved.