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.gz
package (Ubuntu 20, Ubuntu 22, or Windows).
Extract and install SDK components:
Install the headers and libraries (example for Linux):
Create a
lcevc_eil.pc
file forpkg-config
:Install the
.pc
file:
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?