R
R
Roman Prokopiev2017-07-24 14:42:24
Java
Roman Prokopiev, 2017-07-24 14:42:24

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

3 answer(s)
L
longclaps, 2017-07-24
@romik74

Hammer in reality
here quite specifically .

N
Nikita, 2017-07-24
@jkotkot

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.

R
ruslanys, 2017-08-03
@ruslanys

Well, just from Java, call the console utility pointed to by longclaps .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question