VideoTrimmer_Android
VideoTrimmer_Android copied to clipboard
Audio of the video gets removed after trimmed on motorola device (oreo)
// startTime1 = correctTimeToSyncSample(track, startTime1, false); // endTime1 = correctTimeToSyncSample(track, endTime1, true);
Why these are commented out. Causing error these lines if not used . error message: The number of samples and the sum of all chunk lengths must be equal
Facing same issue "java.lang.AssertionError: The number of samples and the sum of all chunk lengths must be equal"