Ive tried to change starttime and endtime in MediaController class with value that I take from seekbar. But in result, the size of converted video always stop in 140B
long startTime = -1; //this is what I changed to 0 for example
long endTime = -1; //this is what I changed to 80 for example
So, how to change this variables to another value when i used seekbar for the trim video? Please help me, I've spent a lot of time for this
Thanks in advance..