ffshare
ffshare copied to clipboard
An android app to compress image, video and audio files through ffmpeg before sharing them
Command: ffmpeg -y -i PXL_20240425_145644740.mp4 -preset medium -crf 23 -vf format=yuv420p -c:v h264 -vf scale=-1:480,setsar=1 d09cef30-bf5b-4a48-98b7-68ad97467f1c.mp4 Output: ffmpeg version n5.1.2 Copyright (c) 2000-2022 the FFmpeg developers built with Android (7155654,...
When my screen goes off or I switch away from the app, the conversion stalls. My device isa galaxy S20+. 
Hi, I don't know if this is already possible or not, at least I don't know the syntax if yes. Is it possible to use a custom name like {original_file_name}-##...
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...
Request
I want to save compressed files into device can you add an option, please🥲. Because you know samsung recorded videos take too much storage, i.e., 390mb
It fixes #54 and added option to change video codec between `libx264` and `libx265` `libx265` will convert the video into `HEVC` format which uses less size with negligible change in...
some videoes can compress for long time, can it compresses in the background and send a notify when finishes?
As it stands, attempting to share a webp image through the app results in a "Unknown/Unsupported filetype" error. FFmpegKit is already compiled with libwebp, so this should be a trivial...
Hey! Thank you for ffshare! Not sure if it's a right place for feature request. User journey 1: 1. Compression ends 2. I pick wrong app to share 3. I...
I just added a foreground service with a persistent notification that displays the progress of files, and when It ends, The user can click on the notification to show the...