Package | Description |
---|---|
org.nuxeo.ecm.platform.video |
Modifier and Type | Field and Description |
---|---|
static VideoInfo |
VideoInfo.EMPTY_INFO |
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 . |
Copyright © 2014 Nuxeo SA. All rights reserved.