caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
615 stars 30 forks source link

Add save (temporary file) to internal storage option #65

Closed rufuswilson closed 5 months ago

rufuswilson commented 1 year ago

Hi,

I was trying to save space with my videos and I found this app which is marvelous. My current workflow is compress video, send it to nextcloud and then download it back to my mobile.

The only thing that I am missing is the possibility to save the video to the phone directly bypassing the trip to nextcloud. It could be as simple as storing the temporary file into a user defined folder.

What do you think?

Thanks

jonas-w commented 1 year ago

Agreed, it would be cool to have this built in, but I use this app for saving it https://www.f-droid.org/de/packages/name.lmj001.savetodevice/

rufuswilson commented 1 year ago

but I use this app for saving it https://www.f-droid.org/de/packages/name.lmj001.savetodevice/

Thanks for the tip

Cwpute commented 1 year ago

Quite simelar to this issue here: https://github.com/caydey/ffshare/issues/15

caydey commented 5 months ago

Closing as duplicate of #15