<div dir="ltr">Goodmorning everybody,<div style>I'm looking for a video decoder to get a decoded output video in RGB565 format.</div><div style>I tried several video decoder, but everyone provides only YUV format.</div>
<div style><br></div><div style>For example.:</div><div style>gst-launch-0.10  filesrc location=movie.mkv ! matroskademux ! ffdec_mpeg4 ! 'video/x-raw-yuv' ! fakesink<br></div><div style><br></div><div style>works fine, but:</div>
<div style>gst-launch-0.10  filesrc location=movie.mkv ! matroskademux ! ffdec_mpeg4 ! 'video/x-raw-rgb' ! fakesink<br></div><div style><br></div><div style>Give me "could not negotiate format", because ffdec_mpeg4 can't decode in RGB.</div>
<div style><br></div><div style>I got the same result using ffdec_h264, jpegdec, ffdec_vp8, ffdec_msmpeg4v2, ffdec_huffyuv.</div><div style>I would like to NOT USE ffmpegcolorspace. So, what video decoder do you suggest me?</div>
<div style><br></div><div style>Kind regards</div><div style><br></div><div style>Aldo</div></div>