-
public class VideoPreprocessChain extends PreprocessChain<Uri>
A preprocess chain to run on videos before uploading. Pass an instance of a populated chain to preprocess. The processing steps will run by the order in which they were added to the chain. This chain uses the default Video encoder/decoder, however custom implementations can be supplied using loadWith and saveWith.
-
-
Method Summary
Modifier and Type Method Description static VideoPreprocessChainvideoTranscodingChain(Parameters parameters)Convenience method for building an efficient video transcoding chain using Transcode. -
-
Method Detail
-
videoTranscodingChain
static VideoPreprocessChain videoTranscodingChain(Parameters parameters)
Convenience method for building an efficient video transcoding chain using Transcode.Use this in preprocess.
- Parameters:
parameters- Transcoding parameters.
-
-
-
-