Uses of Class
org.nuxeo.ecm.platform.video.VideoInfo
-
Uses of VideoInfo in org.nuxeo.ecm.platform.video
Modifier and TypeFieldDescriptionstatic final VideoInfo
VideoInfo.EMPTY_INFO
protected final VideoInfo
Video.videoInfo
Modifier and TypeMethodDescriptionstatic VideoInfo
VideoInfo.fromFFmpegOutput
(List<String> output) Build aVideoInfo
from a FFmpeg output.static VideoInfo
VideoInfo.fromMap
(Map<String, Serializable> map) Build aVideoInfo
from aMap
of attributes.Video.getVideoInfo()
Returns theVideoInfo
for thisVideo
.static VideoInfo
VideoHelper.getVideoInfo
(Blob video) Modifier and TypeMethodDescriptionstatic TranscodedVideo
TranscodedVideo.fromBlobAndInfo
(String name, Blob blob, VideoInfo videoInfo) Build aTranscodedVideo
from aname
, videoblob
and relatedvideoInfo
.static Video
Video.fromBlobAndInfo
(Blob blob, VideoInfo videoInfo) Build aVideo
from a videoblob
and the relatedvideoInfo
.