Answer the question
In order to leave comments, you need to log in
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
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
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 questionAsk a Question
731 491 924 answers to any question