-
public class MediaCodecTranscoder
-
-
Field Summary
Fields Modifier and Type Field Description public final static MediaCodecTranscoderINSTANCE
-
Method Summary
Modifier and Type Method Description final Observable<Progress>extractFramesFromVideo(Context context, List<Double> frameTimes, Uri inputVideo, String id, Uri outputDir, @IntRange(from = 1.toLong(), to = 100.toLong()) Integer photoQuality)final Observable<Progress>createVideoFromFrames(Uri frameFolder, Uri outputUri, MediaConfig config, Boolean deleteFramesOnComplete)-
-
Method Detail
-
extractFramesFromVideo
final Observable<Progress> extractFramesFromVideo(Context context, List<Double> frameTimes, Uri inputVideo, String id, Uri outputDir, @IntRange(from = 1.toLong(), to = 100.toLong()) Integer photoQuality)
-
createVideoFromFrames
final Observable<Progress> createVideoFromFrames(Uri frameFolder, Uri outputUri, MediaConfig config, Boolean deleteFramesOnComplete)
-
-
-
-