android-video-trimmer icon indicating copy to clipboard operation
android-video-trimmer copied to clipboard

Compression after trimming mp4

Open drewness9999 opened this issue 1 year ago • 1 comments

If you wanted to compress the file so it doesn't maintain its original input file size, any ideas?

drewness9999 avatar Mar 05 '24 13:03 drewness9999

TrimVideo.activity(it.data[0].toString()) .setHideSeekBar(true) .setCompressOption(CompressOption()) .setTrimType(TrimType.MIN_MAX_DURATION).setMinToMax(4, 30) //seconds .start(this, videoTrimResultLauncher)

this code trim and compress the order doesn't matter

benardelia avatar May 30 '24 09:05 benardelia