CedarX/Encoder
< CedarX
Jump to navigation
Jump to search
The CedarX unit comes with an encoder subengine. In order to use the hardware encoder you need the libcedarv proprietary library.
Requirements/Steps
- Having a linux-sunxi kernel with sunxi_mem driver support. See this.
- Get the lastest sunxi-armhf libcedarv binaries. Add them to your LD_LIBRARY_PATH.
- Get the encoder header files from here. You can find them at the include/ folder.
- Get the encoder example from here or here.
- make. (Currently, the video resolution and the output codec are still hardcoded in the examples.)
- ./encDemo nv12inputfile outputfile (input file must be in NV12 format. Use: ffmpeg -i original_inputfile -vf pad="trunc((iw+31)/32)*32" -pix_fmt nv12 -f rawvideo nv12inputfile).