Answer the question
In order to leave comments, you need to log in
How to split MP4 file into multiple videos in Java?
Good afternoon, the crux of the matter is this: I have a byte stream of an MP4 file. I need to split this stream of bytes into several parts and write each part into a separate MP4 file. How to do this and keep the ability to play every piece of this file?
Answer the question
In order to leave comments, you need to log in
Well java is not the best platform for video processing.
If you still need to leave java, then
It is best to try to use the console ffmpeg.
If he does not know how, then look towards javacv. Should work on android too.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question