VidSnap is an Android app that allows users to download videos from popular social media platforms such as Instagram, Facebook, Twitter, YouTube, Vimeo, DailyMotion, and Sharechat. This app is licensed under the GPL V3.0 license, and anyone who forks the project is requested to maintain the same license as per the law.
- Download videos from Instagram, Facebook, Twitter, YouTube, Vimeo, DailyMotion, and Sharechat
- Uses Java and Kotlin programming languages
- Utilizes FFmpeg-kit for merging audio and video
- Entirely customized directory for storage of downloaded file to database file
We would like to thank the creators of
- FFmpeg-kit
- Fetch
- Glide
- VidSnapKit-Ultimate [It's cloud API version also available for free]
Without these libraries, this project would not have been possible.
Connect with us over discord VidSnap. For real-time communication.
To use VidSnap, you can download the APK from the releases page. Once downloaded, simply install the APK on your Android device, and you are good to go!
Open the VidSnap app on your Android device Enter the URL of the video you want to download Click the download button The video will be downloaded and saved in your device's gallery
-
The commit message says FFmpeg is used with min-gpl but later after commit
.so
files are replaced withfull-gpl
-
If you build/modify this app of your own, please make sure that you are comply with GNU GPL v3 Rules.
-
If you plan to publish your own build in PlayStore, please remove
YouTube.java
& build, apk with static library loading of FFmpeg, by default this app uses dynamic loading of FFmpeg.so
files to reduce apk size
- Fork it
- Modify it
- Create a pull request
All contributions are welcomed...
VidSnap Android App is licensed under the GPL V3.0 license. Any fork of this project is requested to maintain the same license as per the law. See the LICENSE file for more details..