LCEVC encoder build
Download and Install the LCEVC Encoder SDK
bashCopyEdit$ cd Downloads $ tar xvf encoder_sdk.tar.gzbashCopyEdit$ cp -v include/*.h /usr/local/include $ cp -v *.so /usr/local/libiniCopyEditprefix=/usr/local includedir=${prefix}/include libdir=${prefix}/lib Name: lcevc_eil Description: LCEVC Encoder EIL library Version: 3.11.3 Libs: -L${libdir} -llcevc_eil Cflags: -I${includedir}bashCopyEdit$ cp -v lcevc_eil.pc /usr/local/lib/pkgconfig
Build the LCEVC GStreamer Plugin
Run the GStreamer LCEVC Encoder Pipeline
Last updated
Was this helpful?

