J.M. 0 Posted March 8 Share Posted March 8 Hi, I'm trying to work with the CedarX/Cedrus Video Engine (running in Allwinner A20). It works smoothly with my patched FFmpeg; for example: ffmpeg -f v4l2 -r 30 -pix_fmt nv12 -video_size 1280x720 -i /dev/video0 -vcodec cedrus264 -pix_fmt nv12 -qp 15 -f rtsp -rtsp_transport tcp rtsp://192.168.10.11/live/test I need to use pixel format RGB24, but as far as I understand, I'm limited to work with NV12 (or NV16) pixel format. Does this limitation is due to: My FFmpeg patch (I think not...) CedarX/Cedrus driver implementation. Hardware limitation. Thanks for the help, Joseph Link to post Share on other sites More sharing options...
Werner 409 Posted March 8 Share Posted March 8 Double Link to post Share on other sites More sharing options...
Recommended Posts