javacv icon indicating copy to clipboard operation
javacv copied to clipboard

Java interface to OpenCV, FFmpeg, and more

Results 235 javacv issues
Sort by recently updated
recently updated
newest added

What can I do to stream an audio file over the network?

help wanted
question

I am using the followed code to convert video to audio. I am using javacv-platform with version 1.5.7 in Ubuntu 16.04.1 LTS (GNU/Linux 4.4.0-31-generic x86_64) the file 2.ts could be...

help wanted
question

Is there a way to get cover image of mp4 file? It doesnt show up in any of the metadata fields, like it does in jcodec library.

enhancement
help wanted
question

We noticed that javacv's grab (method of ffmegframegrabberr) base on ffmpeg and running on x86 . But our hardware is runnig on ARM, when we try to use grab to...

help wanted
question

![bde7631d7ff6a9cb19d3810890b11f4](https://user-images.githubusercontent.com/80209395/185026730-ce3a95f4-9ed9-45e7-a02f-cf1f4e795e9e.png) When using FFmpegFrameRecorder to push stream to Nginx multithreads, this error occurs after a while and causes the program to crash. I saw no significant increase in the memory...

help wanted
question

Version 1.15.10 came without windows 32 bits version of some libraries (opencv, openblas, javacpp). Was this something planned? Will the project no longer support this platform?

enhancement
help wanted

I'm not a beginner, but I've been away from javaCV for 12 years... My main program calls Video.getFrame(200). That program is using FFmpegFrameGrabber to grab a frame, OpenCVFrameConverter.ToIplImage() to convert...

question

This PR reworks `LeptonicaFrameConverter#convert(Frame)` to be able to convert b/w and RGB `Frame` instances to Leptonica `PIX`, no matter their stride size. Original bug reported in #1115. It ships with...

enhancement
help wanted

Can webrtc push streaming be used in javacv to support more audio and video formats? Not limited to flv.

enhancement
help wanted
question

i try to pull rtsp stream then convert it to flv format for front-end, here is my code: ```java public void transfer() { log.info("connect rtsp:" + rtspUrl + ",start to...

help wanted
question