E
E
Ernest Farukshin2020-01-15 23:28:41
Java
Ernest Farukshin, 2020-01-15 23:28:41

How to work with video in java?

How to work with video in java? Let's say for a video editor.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
alfss, 2020-01-16
@alfss

https://github.com/shamanDevel/SimpleVideoEditor

N
Nikita, 2020-01-16
@jkotkot

Here, "let's say" is not very appropriate.
For a video editor, there is an option with javacv or humble-video, but they are not very high quality, to put it mildly, and there is nothing better in java.
For most video processing tasks, you can simply pull the console ffmpeg

A
Alexey Cheremisin, 2020-01-16
@leahch

You can work through gstreamer. Both video and audio are very good quality. Java has a binding for gstreamer - https://github.com/gstreamer-java/gst1-java-core
Just on this technology I am writing (I have already written) an industrial audio / video player (for the digital advertising market).
There are examples here - https://github.com/gstreamer-java/gst1-java-examples
Well, a radical solution is to use GraalVM (now I am getting closer and closer to this solution). All video processing will be in C or Rust with bindings in Java. Everything will live in GraalVM.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question