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 | booleanresponse | text |
| AfterMergeMedia | Event invoked after getting result of ‘MergeMedia’ functionsuccessful | booleanresponse | text |
| AfterVideoExtracted | Event invoked after getting result of ‘ExtractVideo’ functionsuccessful | booleanresponse | text |
| AfterVideoTrimmed | Event invoked after getting result of ‘TrimVideo’ functionsuccessful | booleanresponse | text |
| ExtractAudio | Tries to extract audio from given video filevideoPath | textaudioOutputPath | textstartMs | numberendMs | number |
| ExtractVideo | Tries to extract video from given video file (and removes audio)videoPath | textvideoOutputPath | textstartMs | numberendMs | number |
| MergeMedia | Tries to merge/mux audio and video file and saves to output fileaudioPath | textvideoPath | textoutputPath | text |
| TrimVideo | Tries to trim video with given parametersvideoPath | textvideoOutputPath | textkeepAudio | booleanstartMs | numberendMs | 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!