Hi Everyone,
I'm currently looking for ways to trim a video within the application.
The idea is that a user is capable of uploading a video to the server where it will be reused by several elements. However, you don't want people to upload a 4 minute video when they would only like to use 14 seconds of the entire video.
So, to save bandwidth, I would like to trim videos client side. The problem is finding relevant modules that could perform these tasks.
I've found two modules, sadly they are both for iOS: https://github.com/martintietz/ti.ios.trim https://marketplace.appcelerator.com/apps/11245?restoreSearch=true#!overview
What I tried for android is trying to create a module that implements MP4Parser (https://github.com/sannies/mp4parser). Sadly the code seems to be out of sync in combination with a trimming example (https://github.com/sannies/mp4parser).
So, I'm wondering whether I've missed a module that would allow me to perform atleast the same features as ti.ios.trim.
Kind Regards, Lars