a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

allow setDestination to Cache directory #95

Open angelkoh opened 1 year ago

angelkoh commented 1 year ago

sometimes i only want the edit to be in my cache,. anyway to allow for it ?

a914-gowtham commented 1 year ago

@angelkoh currently, trimmed video file is stored in app's external storage. which is works same as cache, it will be cleared if the device need memory.

you want to store it somewhere in the storage?

angelkoh commented 1 year ago

the plan is only for the trimmed video to be available for internal consumption. it'll still work for external storage too, but will be nice if there is an option for the coder to choose.