h264 encoding profile constrained-baseline, #109.

This commit is contained in:
Miroslav Šedivý 2023-03-31 21:43:20 +02:00
parent 887413d536
commit 3c17dbe282
3 changed files with 7 additions and 7 deletions

View file

@ -95,9 +95,9 @@ services:
! videoconvert
! queue
! video/x-raw,framerate=30/1,format=NV12
! v4l2h264enc extra-controls="controls,h264_profile=0,video_bitrate=1250000;"
! v4l2h264enc extra-controls="controls,h264_profile=1,video_bitrate=1250000;"
! h264parse config-interval=3
! video/x-h264,profile=baseline,stream-format=byte-stream
! video/x-h264,stream-format=byte-stream,profile=constrained-baseline
NEKO_VIDEO_CODEC: h264
```