Skip to content

Android RxJava Video Compress using Intel media for mobile

Notifications You must be signed in to change notification settings

Qixingchen/VideoCompress

Repository files navigation

VideoCompress

Release Build Status Coverage Status

media-for-mobile statue
Release


download

use jitpack with media-for-mobile

how to use

RxCompress.Compress(FileUri, outFile, outHeight, outWidth, rateInKib)
.subscribe(new Subscriber<Double>() {
        @Override
        public void onCompleted() {
             // todo
        }

        @Override
        public void onError(Throwable e) {
            // todo
        }

        @Override
        public void onNext(Double progress) {
             // todo
        }

read javadoc in jitpack

About

Android RxJava Video Compress using Intel media for mobile

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages