LCEVC encoder build
Download and Install the LCEVC Encoder SDK
Register and download the SDK package:
Visit: https://download.v-nova.com
Select the appropriate pre-built
encoder_sdk.tar.gzpackage (Ubuntu 20, Ubuntu 22, or Windows).
Extract and install SDK components:
bashCopyEdit$ cd Downloads $ tar xvf encoder_sdk.tar.gzInstall the headers and libraries (example for Linux):
bashCopyEdit$ cp -v include/*.h /usr/local/include $ cp -v *.so /usr/local/libCreate a
lcevc_eil.pcfile forpkg-config:iniCopyEditprefix=/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}Install the
.pcfile:bashCopyEdit$ cp -v lcevc_eil.pc /usr/local/lib/pkgconfig
Build the LCEVC GStreamer Plugin
To enable the LCEVC encoder plugin during GStreamer build:
Navigate to your GStreamer project directory:
Configure the build with Meson:
Build using Ninja:
Run the GStreamer LCEVC Encoder Pipeline
Test the LCEVC encoding with a simple pipeline:
Last updated
Was this helpful?

