ffmpeg4j icon indicating copy to clipboard operation
ffmpeg4j copied to clipboard

A Java OOP FFmpeg wrapper around the JavaCPP FFmpeg native library bindings

Results 14 ffmpeg4j issues
Sort by recently updated
recently updated
newest added

Also, is there a way to get a certain frame without decoding all the frames until that frame? For example if I want to get a VideoFrame 5min. into the...

Is there a way to turn off ffmpeg internal logging? It always prints for example a lot just by calling FFmpegSourceStream stream = input.open("mp4"); Is there a way to turn...

I tinkered a little bit with your nice ffmpeg4j and used some home videos as source. With ~10% of the videos I had problems. 1. Assertion desc failed at libswscale/swscale_internal.h:670...

Hello, love the idea of ffmpeg4j. I was tinkering a little bit but I think I will miss most of the potential. Could you upload code snippets, classes or even...

Hello, I'm trying to read a video file, convert it into another format and keep the output as the `OutputStream`. I've tried to follow [README](https://github.com/Manevolent/ffmpeg4j#transcode-media), and the read of the...

enhancement

I can't figure out how I can convert a wav file to ogg (vorbis) using this library

I was trying to run your example for transcoding but got error: ```shell [mov,mp4,m4a,3gp,3g2,mj2 @ 0x103007df0] stream 0, offset 0x30: partial file [mov,mp4,m4a,3gp,3g2,mj2 @ 0x103007df0] Could not find codec parameters...

It needs to be compiled-in to FFMpeg, so I think this would just be a matter of selecting a different ffmpeg source

There are no code snippets for something like this, is it possible with this library to merge an mp4 file with an aac file with same "time" length? If yes...

Hi! Thank you for this library, it provides almost all of the features I'm looking for! As I've noticed, it would be helpful to be able to retrieve the total...