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
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
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,
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