[Libav-user] How to create video using avcodec from OpenCV::Mat?

2012-12-01 Thread Morduhaev, Igor (ig...@stats.com)
I get colored jpeg images of OpenCV::Mat type and I create from them video using avcodec. The video that I get is upside-down, black & white and each row of each frame is shifted and I got diagonal line. What could be the reason for such output? Follow this link (https://picasaweb.google.com/lh

Re: [Libav-user] Request

2012-12-01 Thread Carl Eugen Hoyos
amir amir writes: > I am really new to FFMPEG. it is a very comprehensive project. > could you please give me links of Mplayer and VLC www.mplayerhq.hu www.videolan.org > and examples how to use the GPU-acceleration? For vdpau, look at libvo/vo_vdpau.c in MPlayer, I don't know where you find

Re: [Libav-user] Request

2012-12-01 Thread amir amir
Dear Carl, I am really new to FFMPEG. it is a very comprehensive project. could you please give me links of Mplayer and VLC and examples how to use the GPU-acceleration? Many thanks From: Carl Eugen Hoyos To: libav-user@ffmpeg.org Sent: Saturday, December 1,

Re: [Libav-user] Request

2012-12-01 Thread Carl Eugen Hoyos
amir amir writes: > Is there any plugin or API Ref or any vendor that enables > the FFMPEG run on GPU in order to make use of the GPU > acceleration? FFmpeg contains code to support VDPAU, VA-API, DXVA2 and vda, see MPlayer and vlc for examples on how to use them. libstagefright is supported