caydey / ffshare

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

Allow any custom command line arguments for `ffmpeg` #69

Closed baack closed 4 months ago

baack commented 8 months ago

Allow setting any custom command arguments for ffmpeg. If is it possible in the project.

It will be a huge step forward for advanced users, who will be able to do almost anything they want, e.g. make time-lapses and other stuff that is not going to be available via app's GUI any time soon.

scorgn commented 6 months ago

I would also love to be able to do this. To be able to have it preset to convert to .gif for example when shared to ffshare, or even better would be to allow multiple ffmpeg command presets you can choose from when sharing to ffshare.

caydey commented 4 months ago

Closed by #80