Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Interface between OpenCV andFFMpeg

Hi,

I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. So I decode a rtsp stream using ffmpeg, my stream is ready, but I don't know how to give this decoded stream to a OpenCV function which will display it or whatever. Can you help to create an interface between OpenCV and FFMpeg. There must be one because OpenCV itself use ffmpeg.

Thanks

Interface between OpenCV andFFMpegand FFMpeg

Hi,

I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. So I decode a rtsp stream using ffmpeg, my stream is ready, but I don't know how to give this decoded stream to a OpenCV function which will display it or whatever. Can you help to create an interface between OpenCV and FFMpeg. There must be one because OpenCV itself use ffmpeg.

Thanks

Interface between OpenCV and FFMpeg

Hi,

I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. So I decode a rtsp stream using ffmpeg, my stream is ready, but I don't know how to give this decoded stream to a OpenCV function which will display it or whatever. Can you help to create an interface between OpenCV and FFMpeg. There must be one because OpenCV itself use ffmpeg.ffmpeg. I want to use the ffmpeg programming library, not the ffmpeg commands.

Thanks

Interface between OpenCV and FFMpeg

Hi,

I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. So I decode have a rtsp stream using ffmpeg, my stream AVFormatContext structure (which is ready, but a FFMpeg structure containing video and audio stream) and I don't know how want to give this decoded stream to use it in a new OpenCV function which will display it or whatever. Can you help to create an interface between OpenCV and FFMpeg. There must be one because OpenCV itself use ffmpeg. function I want to use the ffmpeg programming library, not the ffmpeg commands.

Thanks

Interface between OpenCV and FFMpeg

Hi,

I want to create a program which display a RTSP stream. For some reason I don't want to use the cvCaptureFromFile function. I have a AVFormatContext structure (which is a FFMpeg structure containing video and audio stream) and I want to use it in a new OpenCV function I want to use the ffmpeg programming library, not the ffmpeg commands.

Thanks

PS : thanks StevenPuttemans for your answer but no this topics are not relevant because they are about OpenCV's functions which use ffmpeg, not using ffmpeg and OpenCV in the Same program. I can't answer you with a new post because my answers are blocked.