J.M. 0 Posted March 8, 2021 Share Posted March 8, 2021 Hi, I'm trying to work with the CedarX/Cedrus Video Engine (on 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 0 Quote Link to post Share on other sites More sharing options...
Werner 497 Posted March 8, 2021 Share Posted March 8, 2021 Moved to Common issues / peer to peer technical support 1 Quote Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.