📄️ Trim a video
This method allows you to trim a video by specifying the file uri, start time, and end time. It provides the ability to extract a specific portion of a video.
📄️ Remove audio from the video
The function allows you to remove audio from a video by specifying the file uri of the video.
📄️ Extract audio track from the video
This method allows you to extract the audio from a video file specified by its file uri.
📄️ Add audio to the video
By using this method, you can add audio to a video file and save the resulting video to a specified oIutput file.
📄️ Trim audio
The trimAudio method lets you to trim an audio file, specifying a start time and an end time for the trimming operation.
📄️ Compress Video
This API is still in development and it might break or there may be breaking changes