[MPlayer-users] is mplayer possible to output raw yuv data ?
lean fu
fulean at gmail.com
Sat Sep 8 13:56:05 CEST 2012
hi list:
is it possible to make mplayer output continuous yuv420 dada ?, i need the
3 YUV components placed in continuous area, without stride.
the total memory size occupied should be video_width*video_height*1.5.
as i want to test yuv conversion performance on android,and the system
interface like this : convert(unsigned char *yuvBuf,int32_t
videowith,int32_t videoheight,unsigned char *rgbBuf).
obviously, it won't work correctly if pass mp_image->planes[0] to
yuvbuffer.
are there some options i can apply under slave mode ? thanks very much!
More information about the MPlayer-users
mailing list