caydey / ffshare

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

continue compressing in the background #4

Open playdougher opened 2 years ago

playdougher commented 2 years ago

some videoes can compress for long time, can it compresses in the background and send a notify when finishes?

Gitsasa1 commented 2 years ago

It will crash , if you lock your screen .

Gitsasa1 commented 1 year ago

Same as me .

Borph commented 1 year ago

Don't know Android programming, but maybe it could "minimize to notification", and after finishing, it says "tap me to save the file" and then you are back to ffshare and the sharing dialog?

hackerb9 commented 1 year ago

What causes it to crash when it is put to sleep? It is quite problematic that large videos cannot be compressed due to this.

Wjxfi commented 1 year ago

?

Cwpute commented 1 year ago

If this is too complicated to implement now, maybe the app should warn the user not to switch to another app, and keep the screen awake as a feature to compensate, so as to not make the conversion stop.

I use https://f-droid.org/de/packages/com.github.muellerma.coffee/ to keep the screen awake for now.

neco154 commented 1 year ago

Converting long videos can take time (5 minutes or more). I think this really should be done in background, regardless if screen is off or you use another app meanwhile. That's for safety too, to avoid interrupting and crash the process. As suggested, a notification whenconverting finish.

Thanks for partial solution suggestin, I mean app Coffee.

jeffreyd00 commented 1 year ago

Will this ever be addressed? It's very frustrating to lose a conversation when the screen shuts off.

Noitarud commented 4 months ago

You could dual-screen with an app that keeps it awake. PDF Book Reader.

Noitarud commented 4 months ago

Author should check out how this is done in Seal

jeffreyd00 commented 4 months ago

You could dual-screen with an app that keeps it awake. PDF Book Reader.

that's not practical