All Projects → deepandroid → video-trimmer

deepandroid / video-trimmer

Licence: other
Whatsapp like video trimmer to trim videos within a defined file size.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to video-trimmer

LevelDBDumper
Dumps all of the Key/Value pairs from a LevelDB database
Stars: ✭ 23 (-37.84%)
Mutual labels:  whatsapp
iRecordView
A Simple Audio Recorder View with "hold to Record Button" and "Swipe to Cancel " Like WhatsApp
Stars: ✭ 40 (+8.11%)
Mutual labels:  whatsapp
Wishing-Happy-BD
Wishing Happy BD is a small viral script encoded in HTML, PHP, JS, and CSS.
Stars: ✭ 59 (+59.46%)
Mutual labels:  whatsapp
WaGpScraper
A Python Oriented tool to Scrap WhatsApp Group Link using Google Dork it Scraps Whatsapp Group Links From Google Results And Gives Working Links.
Stars: ✭ 18 (-51.35%)
Mutual labels:  whatsapp
react-native-compressor
The lightweight library for compress image, video, and audio with an awesome experience
Stars: ✭ 157 (+324.32%)
Mutual labels:  whatsapp
WhatsDeleted
See WhatsApp messages & media deleted by the sender.
Stars: ✭ 77 (+108.11%)
Mutual labels:  whatsapp
whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-10.81%)
Mutual labels:  whatsapp
waio
Is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 18 (-51.35%)
Mutual labels:  whatsapp
nativesapp
Simple WhatsApp clone just for training purposes - Course Angular Native at www.udemy.com/angular-native
Stars: ✭ 19 (-48.65%)
Mutual labels:  whatsapp
classesMD5-64
Extract classes.dex from apk and returns base64 MD5 raw encoded
Stars: ✭ 50 (+35.14%)
Mutual labels:  whatsapp
ScanShine
ScanShine - quickly take shining scans of your documents by using only your android phone. This scanner app takes pictures of docs, trims, enhances, and let you share them to your friends. Everything packed in an optimistic sunshine theme.
Stars: ✭ 19 (-48.65%)
Mutual labels:  trimmer
whatsapp-chat-parser-website
Website to view your exported WhatsApp chat logs 👁‍🗨
Stars: ✭ 68 (+83.78%)
Mutual labels:  whatsapp
WhatsApp-Cleaner
A tool to clean received and sent media of WhatsApp.
Stars: ✭ 26 (-29.73%)
Mutual labels:  whatsapp
sms-gaming
🎮 Gaming platform powered by Twilio SMS.
Stars: ✭ 111 (+200%)
Mutual labels:  whatsapp
whatsapp-tracking
Scraping the status of WhatsApp contacts
Stars: ✭ 49 (+32.43%)
Mutual labels:  whatsapp
soan
Social Analysis based on Whatsapp data
Stars: ✭ 106 (+186.49%)
Mutual labels:  whatsapp
flutter launch whatsapp
Plugin flutter to launch whatsapp
Stars: ✭ 46 (+24.32%)
Mutual labels:  whatsapp
PedeWhats
Projeto "Pede Whats", para solicitação de diversos tipos de comidas através do Whatsapp diretamente para o restaurante!
Stars: ✭ 18 (-51.35%)
Mutual labels:  whatsapp
Anon-Chat
Random chat using anonymous chat bot with other people on WhatsApp 🤖💌
Stars: ✭ 26 (-29.73%)
Mutual labels:  whatsapp
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (-2.7%)
Mutual labels:  whatsapp

Screenshots:

Screenshot 1 :

Video Trimmer Screenshot 1

Screenshot 2 :

Video Trimmer Screenshot 2

Screenshot 3 :

Video Trimmer Screenshot 3

Video Trimmer

Whatsapp like video trimmer to trim videos within a defined file size.

Add in your project

Gradle :

maven { url 'https://dl.bintray.com/deeppatel13/maven/' }

implementation 'com.deep.videotrimmer:videotrimmer:1.0'

Note: If you have jCenter() added, then no need to write maven dependancy. only using implementation line it will be integrated.

XML :

 <com.deep.videotrimmer.DeepVideoTrimmer
      android:layout_width="match_parent"
      android:layout_height="match_parent" />

Customization Settings :

Mention your own path to save trimmed videos: setDestinationPath(StringPath);

Mention your desired max duration for trimmed videos: setMaxDuration(int seconds); //Defaults to 100Seconds

Mention your desired max file size for trimmed videos: setMaxFileSize(int mb); //Defaults to 25Mb

Mention your desired video URI to get trimmed video: setVideoURI(Uri for video to trim);

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].