Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caydey/ffshare
An android app to compress image, video and audio files through ffmpeg before sharing them
https://github.com/caydey/ffshare
android android-app fdroid ffmpeg ffmpeg-kit kotlin
Last synced: 2 days ago
JSON representation
An android app to compress image, video and audio files through ffmpeg before sharing them
- Host: GitHub
- URL: https://github.com/caydey/ffshare
- Owner: caydey
- License: gpl-3.0
- Created: 2022-08-11T16:31:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T09:45:27.000Z (16 days ago)
- Last Synced: 2025-02-01T14:36:53.789Z (9 days ago)
- Topics: android, android-app, fdroid, ffmpeg, ffmpeg-kit, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.71 MB
- Stars: 717
- Watchers: 8
- Forks: 33
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - caydey/ffshare - An android app to compress image, video and audio files through ffmpeg before sharing them (Kotlin)
README
# FFShare
[](https://f-droid.org/app/com.caydey.ffshare)
[](https://apps.obtainium.imranr.dev/redirect?r=obtainium://app/%7B%22id%22%3A%22com.caydey.ffshare%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2Fcaydey%2Fffshare%22%2C%22author%22%3A%22caydey%22%2C%22name%22%3A%22FFShare%22%2C%22preferredApkIndex%22%3A1%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Afalse%2C%5C%22fallbackToOlderReleases%5C%22%3Atrue%2C%5C%22filterReleaseTitlesByRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22filterReleaseNotesByRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22verifyLatestTag%5C%22%3Afalse%2C%5C%22dontSortReleasesList%5C%22%3Afalse%2C%5C%22useLatestAssetDateAsReleaseDate%5C%22%3Afalse%2C%5C%22releaseTitleAsVersion%5C%22%3Afalse%2C%5C%22trackOnly%5C%22%3Afalse%2C%5C%22versionExtractionRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22matchGroupToUse%5C%22%3A%5C%22%5C%22%2C%5C%22versionDetection%5C%22%3Atrue%2C%5C%22releaseDateAsVersion%5C%22%3Afalse%2C%5C%22useVersionCodeAsOSVersion%5C%22%3Afalse%2C%5C%22apkFilterRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22invertAPKFilter%5C%22%3Afalse%2C%5C%22autoApkFilterByArch%5C%22%3Atrue%2C%5C%22appName%5C%22%3A%5C%22%5C%22%2C%5C%22shizukuPretendToBeGooglePlay%5C%22%3Afalse%2C%5C%22allowInsecure%5C%22%3Afalse%2C%5C%22exemptFromBackgroundUpdates%5C%22%3Afalse%2C%5C%22skipUpdateNotifications%5C%22%3Afalse%2C%5C%22about%5C%22%3A%5C%22%5C%22%2C%5C%22refreshBeforeDownload%5C%22%3Afalse%7D%22%2C%22overrideSource%22%3A%22GitHub%22%7D)[![GitHub release (latest by date)](https://img.shields.io/github/v/release/caydey/FFShare)](https://github.com/caydey/ffshare/releases/latest)
[![GitHub all releases](https://img.shields.io/github/downloads/caydey/ffshare/total)](https://github.com/caydey/ffshare/releases/latest)
[![GitHub license](https://img.shields.io/github/license/caydey/ffshare)](https://github.com/caydey/ffshare/blob/master/LICENSE)An android app to compress image, video and audio files through ffmpeg before sharing them
## Images
## Used Libraries
- [FFmpegKit](https://github.com/arthenica/ffmpeg-kit)
- [Timber](https://github.com/JakeWharton/timber)