1. Introduction
Description: Extension to work with Audio and Video files and manipulate them like extracting audio or video from a video, trimming a video or merging an audio and video file.
Latest Version: 2
Released: April 18, 2022
Last Updated: April 4, 2023
Min Api: 19
Permission(s): android.permission.READ_EXTERNAL_STORAGE
2. Blocks
3. Docs
AfterAudioExtracted | Event invoked after getting result of ‘ExtractAudio’ functionsuccessful | boolean response | text |
AfterMergeMedia | Event invoked after getting result of ‘MergeMedia’ functionsuccessful | boolean response | text |
AfterVideoExtracted | Event invoked after getting result of ‘ExtractVideo’ functionsuccessful | boolean response | text |
AfterVideoTrimmed | Event invoked after getting result of ‘TrimVideo’ functionsuccessful | boolean response | text |
ExtractAudio | Tries to extract audio from given video filevideoPath | text audioOutputPath | text startMs | number endMs | number |
ExtractVideo | Tries to extract video from given video file (and removes audio)videoPath | text videoOutputPath | text startMs | number endMs | number |
MergeMedia | Tries to merge/mux audio and video file and saves to output fileaudioPath | text videoPath | text outputPath | text |
TrimVideo | Tries to trim video with given parametersvideoPath | text videoOutputPath | text keepAudio | boolean startMs | number endMs | number |
4. Usages
Extract Audio
-1
means default settings i.e. no change in time duration
Extract Video
Trim Video
You can share this video to WhatsApp as Status
Merge Audio and Video file
Video duration will be equal to Audio duration and existing audio in video will be removed
4. Purchase
You can purchase extension by paying via PayPal and Upi. Either include your email-address in payment note or just contact me after the payment to get aix.
Thank you.
5. ChangeLog
ChangeLog Version 2
Extension no longer uses external lib
This reduced extension size from 1.2mb to 17kb
Hope it helps!