VENC Demo#
Venc_demo Overview#
This demo focuses on video encoding.
Dependent Resources#
The demo requires a valid camera input and an output file path selected with -o.
Usage#
mpp_demo Run#
./sample_venc.elf 3 -o out.265
Help output:
./sample_venc.elf -h
Supported modes include:
0: H.265 encode from camera input1: JPEG encode from camera input2: H.264 encode with OSD3: H.265 encode with OSD and border drawing
Expected Result#
The encoded file can be exported and inspected with a desktop player.
